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
|
||||
concurrency: get_context
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '3,13,23,33,43,53 * * * *'
|
||||
|
||||
|
||||
jobs:
|
||||
run:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue