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 e92a7c7 commit e015d99Copy full SHA for e015d99
1 file changed
.github/workflows/build.yml
@@ -14,6 +14,10 @@ on:
14
cron: "0 1 * * 6" # Run at 1am every Saturday
15
workflow_dispatch: ~
16
17
+concurrency:
18
+ group: ${{ github.workflow }}-${{ github.ref }}
19
+ cancel-in-progress: true
20
+
21
jobs:
22
tests:
23
runs-on: ubuntu-latest
0 commit comments