We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 013016f commit 49f10c2Copy full SHA for 49f10c2
.github/workflows/build-toolchain.yml
@@ -42,6 +42,8 @@ jobs:
42
runs-on: ubuntu-latest
43
# Required to stop the runner even if the error happened in the previous jobs
44
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
47
steps:
48
- name: Configure AWS credentials
49
uses: aws-actions/configure-aws-credentials@v1
0 commit comments