We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3af3581 commit 4f2f20cCopy full SHA for 4f2f20c
.github/workflows/build.yml
@@ -10,6 +10,9 @@ on:
10
pull_request:
11
branches: [ main, maint-1.3 ]
12
13
+concurrency:
14
+ group: ${{ github.workflow }}-${{ github.event.number || github.run_id }}
15
+ cancel-in-progress: true
16
17
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
18
jobs:
.github/workflows/codeql.yml
@@ -9,6 +9,10 @@ on:
9
schedule:
- cron: '32 17 * * 0'
+
analyze:
name: Analyze
0 commit comments