Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Dilum Aluthge <[email protected]>
  • Loading branch information
giordano and DilumAluthge authored Jan 4, 2025
1 parent c9ad976 commit 8b4d3b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ env:

concurrency:
# Skip intermediate builds: always.
# Cancel intermediate builds: always.
# Cancel intermediate builds: only pull request builds
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
env:

jobs:
AutoMerge:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/registry-consistency-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ permissions:

concurrency:
# Skip intermediate builds: always.
# Cancel intermediate builds: always.
# Cancel intermediate builds: only pull request builds
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
env:

jobs:
check:
Expand Down

0 comments on commit 8b4d3b7

Please sign in to comment.