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 c3a73d6 commit 77aba36Copy full SHA for 77aba36
.github/workflows/check.yml
@@ -5,6 +5,10 @@ on:
5
schedule:
6
- cron: "0 8 * * *"
7
8
+concurrency:
9
+ group: check-${{ github.ref }}
10
+ cancel-in-progress: true
11
+
12
jobs:
13
lint:
14
runs-on: ubuntu-latest
0 commit comments