Skip to content

Commit

Permalink
Fix build number (#69)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
geoff-powell and github-actions[bot] authored Jan 11, 2024
1 parent f450548 commit 2c1bbc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-number.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ on:
default: ${{ github.token }}
type: string

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 2c1bbc3

Please sign in to comment.