We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7f0d2c commit b2e247fCopy full SHA for b2e247f
.github/workflows/check-ci-pipelines.yml
@@ -28,4 +28,6 @@ jobs:
28
initial-delay-seconds: "500"
29
max-retries: "60"
30
ignored-name-patterns: |
31
- dd-gitlab/default-pipeline
+ 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