Remove continue-on-error

This commit is contained in:
Dean Herbert
2021-09-21 12:48:10 +09:00
parent a694d482ed
commit ea624489ca

View File

@ -53,7 +53,6 @@ jobs:
diffcalc: diffcalc:
name: Run name: Run
runs-on: self-hosted runs-on: self-hosted
continue-on-error: true
if: needs.metadata.outputs.continue == 'yes' if: needs.metadata.outputs.continue == 'yes'
needs: metadata needs: metadata
strategy: strategy: