We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec54565 commit 2e89984Copy full SHA for 2e89984
2 files changed
.github/workflows/pythonapp-gpu.yml
@@ -3,12 +3,12 @@ name: premerge-gpu
3
4
on:
5
# quick tests for pull requests and the releasing branches
6
- push:
7
- branches:
8
- - main
9
- - releasing/*
10
- pull_request:
11
- types: [opened, synchronize, closed]
+ # push:
+ # branches:
+ # - main
+ # - releasing/*
+ # pull_request:
+ # types: [opened, synchronize, closed]
12
13
concurrency:
14
# automatically cancel the previously triggered workflows when there's a newer version
.github/workflows/setupapp.yml
@@ -9,6 +9,9 @@ on:
- releasing/*
- feature/*
- dev
+ pull_request:
+ branches:
+ - dev # temporary for testing in the PR
15
16
17
0 commit comments