Skip to content

Commit

Permalink
Delete continue-on-error: true
Browse files Browse the repository at this point in the history
  • Loading branch information
mickahell authored Sep 25, 2023
1 parent c66345b commit 6884e3d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ecosystem-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ jobs:
# PR labels and comment
- name: "Label 'ready'"
continue-on-error: true
uses: actions/github-script@v6
if: ${{ steps.check-return.outputs.PASS_STD == 'True' }}
with:
Expand Down Expand Up @@ -194,7 +193,6 @@ jobs:
}
- name: "Label 'on hold'"
continue-on-error: true
uses: actions/github-script@v6
if: ${{ steps.check-return.outputs.PASS_STD != 'True' }}
with:
Expand Down

0 comments on commit 6884e3d

Please sign in to comment.