Skip to content

Commit

Permalink
CI: use concurrency groups to make sure that we only run one integrat…
Browse files Browse the repository at this point in the history
…ion test job at a time (#77)
  • Loading branch information
DilumAluthge authored Aug 15, 2022
1 parent 75c3620 commit 1ef7444
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ on:
tags: '*'
workflow_dispatch:
concurrency:
# Skip intermediate builds: always.
# Cancel intermediate builds: only if it is a pull request build.
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
group: integration-tests-global-lock
cancel-in-progress: false
jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
Expand Down

0 comments on commit 1ef7444

Please sign in to comment.