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 5d76116 commit f291183Copy full SHA for f291183
.github/workflows/format.yml
@@ -31,6 +31,11 @@ on:
31
schedule:
32
- cron: '0 0 * * *'
33
34
+concurrency:
35
+
36
+ group: ${{ github.head_ref || github.run_id }}-${{ github.workflow }}
37
+ cancel-in-progress: true
38
39
jobs:
40
41
addlicense:
.github/workflows/test.yml
test_data:
0 commit comments