Skip to content

Commit 23c45a9

Browse files
authored
1 parent 1546322 commit 23c45a9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/update.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- main
77
schedule:
88
- cron: '0 */6 * * *'
9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.ref }}
11+
cancel-in-progress: true
912
jobs:
1013
update:
1114
runs-on: 'ubuntu-latest'

.github/workflows/validate.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
workflow_dispatch:
44
schedule:
55
- cron: '0 3 * * *'
6+
concurrency:
7+
group: ${{ github.workflow }}-${{ github.ref }}
8+
cancel-in-progress: true
69
jobs:
710
validate:
811
runs-on: 'ubuntu-latest'

0 commit comments

Comments
 (0)