Skip to content

Commit

Permalink
build: add continue on error[skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiankrome0001 committed Dec 13, 2024
1 parent d03c654 commit 79461cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sync-fork.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- uses: actions/checkout@v4
- name: fetch and push tags
shell: bash
continue-on-error: true
run: |
git fetch --tags https://github.com/dagger/dagger
git push --tags
Expand Down

0 comments on commit 79461cd

Please sign in to comment.