Skip to content

Commit

Permalink
Undo Temp Change
Browse files Browse the repository at this point in the history
  • Loading branch information
IntegerLimit authored May 11, 2024
1 parent bb49d25 commit 92591a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pushbuildpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ on:
- "README.md"

# if a second commit is pushed quickly after the first, cancel the first one's build
#concurrency:
# group: ${{ github.workflow }}-${{ github.ref }}
# cancel-in-progress: true
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build:
Expand Down

0 comments on commit 92591a8

Please sign in to comment.