Revert "Temporarily disable CI concurrency" (#60928)

pull/55334/head
Franck Nijhof 2021-12-03 18:56:07 +01:00 committed by GitHub
parent cf7a614309
commit 943c12e5fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -15,10 +15,9 @@ env:
PRE_COMMIT_CACHE: ~/.cache/pre-commit
SQLALCHEMY_WARN_20: 1
# Temporary disabled: https://github.com/actions/runner/issues/1532
# concurrency:
# group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
# cancel-in-progress: true
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
changes: