Skip to content

Commit 2b3e546

Browse files
committed
only required checks
1 parent b3f5c3b commit 2b3e546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-dev-to-vX.Y-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
--body "Merge \`$HEAD\` into \`$BASE\`.")
5050
echo "PR to sync $DEV_BRANCH: $PR"
5151
52-
gh pr checks $PR --watch
52+
gh pr checks $PR --watch --required --fail-fast || continue
5353
gh pr merge $PR --merge --admin
5454
done
5555
env:

0 commit comments

Comments
 (0)