File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 3434 needs : [test]
3535 timeout-minutes : 5 # Timeout for test release workflow to run
3636 steps :
37+ - uses : actions/checkout@v4
38+
3739 - run : |
3840 # Wait until a release workflow whose tag is tied to this PR's SHA is running
3941 while [[ $(gh run list -w "Test Release" --json databaseId -q 'length' -s completed -c ${{ github.sha }}) -eq 0 ]]; do
Original file line number Diff line number Diff line change 3232 needs : [test]
3333 timeout-minutes : 5 # Timeout for test release workflow to run
3434 steps :
35+ - uses : actions/checkout@v4
36+
3537 - run : |
3638 # Wait until a release workflow whose tag is tied to this PR's SHA is running
3739 while [[ $(gh run list -w "Test Release" --json databaseId -q 'length' -s completed -c ${{ github.sha }}) -eq 0 ]]; do
You can’t perform that action at this time.
0 commit comments