Skip to content

Commit 49f10c2

Browse files
[skip ci] [ci] ignore job failure for stopping ec2 runner
1 parent 013016f commit 49f10c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-toolchain.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
runs-on: ubuntu-latest
4343
# Required to stop the runner even if the error happened in the previous jobs
4444
if: ${{ always() && needs.start-runner.result == 'success' }}
45+
# The runner can be already stopped when re-running a part of failed jobs
46+
continue-on-error: true
4547
steps:
4648
- name: Configure AWS credentials
4749
uses: aws-actions/configure-aws-credentials@v1

0 commit comments

Comments
 (0)