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 afd4cdd commit fe336e3Copy full SHA for fe336e3
1 file changed
.github/workflows/test.yml
@@ -10,6 +10,9 @@ on:
10
schedule:
11
- cron: '0 0 * * 0'
12
workflow_dispatch:
13
+concurrency:
14
+ group: "${{ github.workflow }}-${{ github.ref }}"
15
+ cancel-in-progress: true
16
permissions:
17
contents: read
18
jobs:
0 commit comments