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