Skip to content

Commit 030b474

Browse files
Merge pull request opendatahub-io#1910 from atheo89/fix-gh
chore(ci): add concurrency control to update-commit-latest-env workflow
2 parents 5da93af + 8b7ce5e commit 030b474

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update-commit-latest-env.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ name: Update commit-latest.env on params-latest.env change
1515
jobs:
1616
sync-commit:
1717
runs-on: ubuntu-latest
18+
concurrency:
19+
group: update-commit-latest-env-${{ github.ref }}
20+
cancel-in-progress: false
1821
permissions:
1922
contents: write
2023
steps:

0 commit comments

Comments
 (0)