Avoid concurrent runs

This commit is contained in:
nanos 2023-03-07 11:37:30 +00:00 committed by GitHub
parent 43bd2a2825
commit b64ac8405d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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