Avoid concurrent runs
This commit is contained in:
parent
43bd2a2825
commit
b64ac8405d
1 changed files with 2 additions and 1 deletions
3
.github/workflows/get_context.yml
vendored
3
.github/workflows/get_context.yml
vendored
|
@ -1,10 +1,11 @@
|
||||||
name: getAllRepliesToKnownPots
|
name: getAllRepliesToKnownPots
|
||||||
|
concurrency: get_context
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '3,13,23,33,43,53 * * * *'
|
- cron: '3,13,23,33,43,53 * * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run:
|
run:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue