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 1546322 commit 23c45a9Copy full SHA for 23c45a9
.github/workflows/update.yml
@@ -6,6 +6,9 @@ on:
6
- main
7
schedule:
8
- cron: '0 */6 * * *'
9
+concurrency:
10
+ group: ${{ github.workflow }}-${{ github.ref }}
11
+ cancel-in-progress: true
12
jobs:
13
update:
14
runs-on: 'ubuntu-latest'
.github/workflows/validate.yml
@@ -3,6 +3,9 @@ on:
3
workflow_dispatch:
4
5
- cron: '0 3 * * *'
validate:
0 commit comments