File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 66 workflow_dispatch : {}
77jobs :
88 publish :
9+ # ########################
10+ # Force Github action to run only a single job at a time (based on the group name)
11+ # This is to prevent "race-condition" in publishing a new version of doc to `gh-pages` (#365)
12+ # ########################
13+ concurrency :
14+ group : on-merge-to-main
915 runs-on : ubuntu-latest
1016 steps :
1117 - name : " Checkout"
Original file line number Diff line number Diff line change 33 workflow_dispatch : {}
44jobs :
55 run :
6+ # ########################
7+ # Force Github action to run only a single job at a time (based on the group name)
8+ # This is to prevent "race-condition" in building e2e tests infrastructure
9+ # ########################
10+ concurrency :
11+ group : e2e-tests
612 runs-on : ubuntu-latest
713 permissions :
814 id-token : write # needed to interact with GitHub's OIDC Token endpoint.
You can’t perform that action at this time.
0 commit comments