Skip to content

Commit

Permalink
commenting is better
Browse files Browse the repository at this point in the history
  • Loading branch information
james-jdgtl committed Dec 16, 2024
1 parent f48df4e commit e41aaa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ permissions:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
# This will cancel all running build/test/release pipelines that are not on the main branch
# Any pipelines on the main branch will wait until existing runs complete
# If this pipeline is on the main branch, it will wait until existing runs complete
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}

jobs:
Expand Down

0 comments on commit e41aaa9

Please sign in to comment.