Skip to content

Commit

Permalink
Merge branch 'main' into HEAT-393-remove-rename-project
Browse files Browse the repository at this point in the history
  • Loading branch information
james-jdgtl authored Dec 17, 2024
2 parents f7352ee + 576409c commit 7454e98
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ permissions:
contents: read
packages: write

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
# This will cancel all running build/test/release pipelines that are not on the main branch
# If this pipeline is on the main branch, it will wait until existing runs complete
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}

jobs:
# main node build workflow
node_build:
Expand Down

0 comments on commit 7454e98

Please sign in to comment.