File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3838
3939 - run : |
4040 # Wait until a release workflow whose tag is tied to this PR's SHA is running
41- while [[ $(gh run list -w "Test Release " --json databaseId -q 'length' -s completed -c ${{ github.sha }}) -eq 0 ]]; do
41+ while [[ $(gh run list -w "Test Excluded Regex " --json databaseId -q 'length' -s completed -c ${{ github.sha }}) -eq 0 ]]; do
4242 sleep 5
4343 done
4444 env:
Original file line number Diff line number Diff line change 3636
3737 - run : |
3838 # Wait until a release workflow whose tag is tied to this PR's SHA is running
39- while [[ $(gh run list -w "Test Release " --json databaseId -q 'length' -s completed -c ${{ github.sha }}) -eq 0 ]]; do
39+ while [[ $(gh run list -w "Test Included Regex " --json databaseId -q 'length' -s completed -c ${{ github.sha }}) -eq 0 ]]; do
4040 sleep 5
4141 done
4242 env:
Original file line number Diff line number Diff line change 11name : Test Release
22on :
33 release :
4- types : [published ]
4+ types : [created ]
55
66permissions :
77 id-token : write
You can’t perform that action at this time.
0 commit comments