Skip to content

Commit

Permalink
Temporarily disable concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
akihironitta committed Jul 3, 2022
1 parent 0a82a35 commit 2b0e0f4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci_test-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ on: # Trigger the workflow on push or pull request, but only for the master bra
pull_request:
branches: [master, "release/*"]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref }}
cancel-in-progress: ${{ ! (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/release/')) }}

defaults:
run:
shell: bash -l {0}
Expand Down

0 comments on commit 2b0e0f4

Please sign in to comment.