8000
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 9b7bf36 commit 5b9b897Copy full SHA for 5b9b897
.github/workflows/ci.yml
@@ -14,6 +14,10 @@ on:
14
- 'janitor/**'
15
workflow_dispatch: # to allow manual re-runs
16
17
+concurrency:
18
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
19
+ cancel-in-progress: true
20
+
21
env:
22
UV_VERSION: 0.4.16
23
.github/workflows/codeql-analysis.yml
@@ -15,6 +15,10 @@ on:
schedule:
- cron: '44 17 * * 3'
jobs:
analyze:
24
name: Analyze
0 commit comments