Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Kirk Swenson <[email protected]>
  • Loading branch information
scytacki and kswenson authored Oct 9, 2024
1 parent 726bc7e commit fb6d8dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-regression-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [ labeled ]
jobs:
re_run:
# only conintue if a push or PR labeled with 'run regression'
# only continue if a push or PR labeled with 'run regression'
if: github.event.label.name == 'run regression'
runs-on: ubuntu-latest
permissions:
Expand All @@ -17,7 +17,7 @@ jobs:
# if the run id can't be found the rerun command will fail which should
# fail the job
# When the run hasn't finished yet, we try to cancel the run
# and wait 30s for it to fnish canceling before trying to re-run it.
# and wait 30s for it to finish canceling before trying to re-run it.
# If the run isn't complete the rerun command prints this message:
# returned: run 6410886572 cannot be rerun; its workflow file may be broken
run: |
Expand Down

0 comments on commit fb6d8dd

Please sign in to comment.