We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a3bdee commit 64aa98bCopy full SHA for 64aa98b
3 files changed
.github/workflows/codeql.yml
@@ -6,6 +6,10 @@ on:
6
- master
7
pull_request:
8
9
+concurrency:
10
+ group: ${{ github.workflow }}-${{ github.ref }}
11
+ cancel-in-progress: true
12
+
13
jobs:
14
analyze:
15
name: Analyze ${{ matrix.language }}
.github/workflows/format.yml
format:
runs-on: ubuntu-latest
.github/workflows/run-tests.yml
test:
strategy:
0 commit comments