Skip to content

Commit

Permalink
Fix concurrency?
Browse files Browse the repository at this point in the history
  • Loading branch information
hoechenberger committed Oct 5, 2022
1 parent 84d72c6 commit c1ac4c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ on:
# schedule:
# - cron: "0 4 * * *"

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
test:

concurrency: test_job
# cancel-in-progress: true

runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit c1ac4c9

Please sign in to comment.