We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3df258a commit 910616dCopy full SHA for 910616d
.github/workflows/ci-tests.yml
@@ -7,6 +7,10 @@ on:
7
branches: [ main ]
8
workflow_dispatch:
9
10
+concurrency:
11
+ group: build-${{ github.event.pull_request.number || github.ref }}
12
+ cancel-in-progress: true
13
+
14
env:
15
singularity_version: 3.6.4
16
.github/workflows/codeql-analysis.yml
@@ -8,6 +8,10 @@ on:
schedule:
- cron: '0 10 * * 2'
jobs:
CodeQL-Build:
17
0 commit comments