From 76ae9c9417ca27898b7059c7004dae9ce5059b93 Mon Sep 17 00:00:00 2001 From: PascalR <24775431+mroxso@users.noreply.github.com> Date: Mon, 1 May 2023 13:18:24 +0200 Subject: [PATCH] set ignore fail for sync fork action --- .github/workflows/sync-fork.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sync-fork.yml b/.github/workflows/sync-fork.yml index c166122..45e85bb 100644 --- a/.github/workflows/sync-fork.yml +++ b/.github/workflows/sync-fork.yml @@ -15,4 +15,5 @@ jobs: with: owner: scsibug base: master - head: master \ No newline at end of file + head: master + ignore_fail: true \ No newline at end of file