Skip to content

Commit

Permalink
🔀 Merge branch 'ladislas/feature/ci-add-concurrency-no-build-on-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Jun 6, 2023
2 parents 4ace3bf + 0b25b98 commit 22f4343
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
types:
- labeled

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.OSX_CROSS_ARM_HOMEBREW_GITHUB_API_TOKEN }}
PULL_REQUEST: ${{ github.event.pull_request.number }}
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ on:
- master

pull_request:
types: [opened, synchronize, reopened]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
test-bot:
Expand Down

0 comments on commit 22f4343

Please sign in to comment.