Skip to content

Commit 396b575

Browse files
committed
add link about the constraint on job name
1 parent 5c9d9c3 commit 396b575

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
@@ -17,7 +17,9 @@ permissions:
1717

1818
jobs:
1919
check-ci-pipelines:
20-
name: check-ci-pipelines # do not change this name, it must be equal to job id
20+
# Do not change this name, it must be equal to job id
21+
# https://github.com/DataDog/ensure-ci-success/blob/main/docs/limitations.md#do-not-set-a-name-to-the-job-shipping-ensure-ci-success
22+
name: check-ci-pipelines
2123
runs-on: ubuntu-latest
2224
steps:
2325
- name: Run Ensure CI Success

0 commit comments

Comments
 (0)