Skip to content

Commit b2e247f

Browse files
committed
chore(ci): Ignore all gitlab checks in check-ci-pipelines
Checks on gitlab are enabled via dd-gitlab/default-pipeline status on the branch protection rules.
1 parent e7f0d2c commit b2e247f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/check-ci-pipelines.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,6 @@ jobs:
2828
initial-delay-seconds: "500"
2929
max-retries: "60"
3030
ignored-name-patterns: |
31-
dd-gitlab/default-pipeline
31+
dd-gitlab/.*
32+
33+
# gitlab pipelines are reported via dd-gitlab/default-pipeline status, which can be used as a GH status check

0 commit comments

Comments
 (0)