Skip to content

Commit 1ff106b

Browse files
committed
Run always validate post-job
To make mergify not merge prs with failing validate jobs
1 parent a72bb45 commit 1ff106b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ jobs:
276276
# This way we can use it exclusively in branch protection rules
277277
# and abstract away the concrete jobs of the workflow, including their names
278278
validate-post-job:
279+
if: always()
279280
name: Validate post job
280281
runs-on: ubuntu-18.04
281282
# IMPORTANT! Any job added to the workflow should be added here too

0 commit comments

Comments
 (0)