We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5503c3e + f75162d commit 9d56e47Copy full SHA for 9d56e47
.github/workflows/pre-commit.yaml
@@ -18,8 +18,8 @@ on:
18
workflow_dispatch:
19
20
concurrency:
21
- group: pre-commit-${{ github.run_id }}
22
cancel-in-progress: true
+ group: pre-commit-${{ github.workflow }}-${{ github.ref }}
23
24
env:
25
PYTHON_VERSION: 3.12.6
.github/workflows/semgrep.yaml
@@ -16,8 +16,8 @@ on:
16
- cron: "0 0 * * *" # Run daily at midnight UTC
17
+ group: semgrep-${{ github.workflow }}-${{ github.ref }}
permissions:
actions: read
.github/workflows/test.yaml
@@ -2,6 +2,7 @@
2
name: Tests
3
4
on:
5
+ merge_group:
6
push:
7
branches: [main]
8
paths:
0 commit comments