diff --git a/.github/workflows/fork.yml b/.github/workflows/fork.yml index e6e2a892..eaf46027 100644 --- a/.github/workflows/fork.yml +++ b/.github/workflows/fork.yml @@ -15,4 +15,8 @@ jobs: repo: app base: master head: master - ignore_fail: true \ No newline at end of file + ignore_fail: true + continue-on-error: true + + - run: echo "🍏 This job's status is ${{ job.status }}." + \ No newline at end of file