We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 249e9d6 + d9655a7 commit d85450bCopy full SHA for d85450b
.github/workflows/cd.yml
@@ -455,6 +455,11 @@ jobs:
455
runs-on: ubuntu-latest
456
needs: build-toolkit-cluster-cache
457
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')
458
+ concurrency:
459
+ # run the job sequentially to prevent Git conflicts from update-config-version action
460
+ # (GitHub queues only 1 job at a time for the same concurrency group, which is fine)
461
+ group: release-staging
462
+ cancel-in-progress: false
463
steps:
464
- name: Checkout code
465
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
0 commit comments