We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10b80ae commit 5c88703Copy full SHA for 5c88703
1 file changed
.github/workflows/idefix-ci.yml
@@ -6,6 +6,13 @@ on:
6
- master
7
pull_request:
8
9
+concurrency:
10
+ # auto-cancel any concurrent job *in the same context*
11
+ # see https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency
12
+ # see https://docs.github.com/en/actions/learn-github-actions/contexts#github-context
13
+ group: ${{ github.workflow }}-${{ github.ref }}
14
+ cancel-in-progress: true
15
+
16
env:
17
TEST_OPTIONS: -DKokkos_ENABLE_CUDA=ON
18
0 commit comments