Skip to content

Commit

Permalink
fix: add workflow concurrency settings
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Jul 4, 2024
1 parent f1acdff commit d2a844a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ on:
default: ""
type: string

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

jobs:
setup:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d2a844a

Please sign in to comment.