Skip to content

Commit

Permalink
fix: continue on error
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenvechain committed Jul 25, 2024
1 parent ad088fd commit 1056f1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-docker-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
- name: Internal CI
uses: peter-evans/repository-dispatch@v3
if: ${{ inputs.trigger_internal_ci }}
continue-on-error: true
with:
token: ${{ secrets.INTERNAL_CI_TOKEN }}
repository: vechain/thor-internal-ci
Expand Down

0 comments on commit 1056f1f

Please sign in to comment.