Skip to content

Commit

Permalink
Merge branch 'main' into add-arbowner-versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstph-dvx authored May 13, 2024
2 parents 433e0fd + 3f71d4e commit 031bca5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
pull_request:
workflow_dispatch:

# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

env:
ARBISCAN_API_KEY: ${{ secrets.ARBISCAN_API_KEY }}

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/check-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ on:
- synchronize
merge_group:

# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
main:
name: Check
Expand Down

0 comments on commit 031bca5

Please sign in to comment.