ci: ignore failure on fork action

This commit is contained in:
martadams89 2024-03-11 08:43:24 +00:00 committed by GitHub
parent 76f6ee4150
commit 454e2007c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 3 deletions

View File

@ -7,9 +7,7 @@ on:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: tgymnich/fork-sync@v1.8
with:
@ -17,3 +15,4 @@ jobs:
repo: app
base: master
head: master
ignore_fail: true