Skip to content

Commit

Permalink
change to checks_include
Browse files Browse the repository at this point in the history
  • Loading branch information
brettlangdon committed Aug 21, 2024
1 parent a1f173f commit 038cfac
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/all_checks_pass.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
delay: 10
retries: 20
polling_interval: 3
# These jobs are:
# - set in branch protection rules
# - not required
# - expected to fail until an action is taken (like a review)
checks_exclude: 'require-checklist'
# Everything other than `require-checklist`
# Explicitly require `dd-gitlab/finished` to ensure we block until all GitLab jobs have finished
checks_include: '(?!require-checklist),dd-gitlab/finished'

0 comments on commit 038cfac

Please sign in to comment.