From 8da3aaa34c0875c48290fc1b589b77431f151f85 Mon Sep 17 00:00:00 2001 From: martadams89 Date: Mon, 11 Mar 2024 09:23:08 +0000 Subject: [PATCH 1/2] ci: fork --- .github/workflows/fork.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 From 4ab55dac0cb141f446b4684460a27c007269c56f Mon Sep 17 00:00:00 2001 From: martadams89 Date: Mon, 11 Mar 2024 09:28:18 +0000 Subject: [PATCH 2/2] fix linting --- .github/workflows/fork.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/fork.yml b/.github/workflows/fork.yml index eaf46027..93aded44 100644 --- a/.github/workflows/fork.yml +++ b/.github/workflows/fork.yml @@ -19,4 +19,3 @@ jobs: continue-on-error: true - run: echo "🍏 This job's status is ${{ job.status }}." - \ No newline at end of file