We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c9d9c3 commit 396b575Copy full SHA for 396b575
1 file changed
.github/workflows/check-ci-pipelines.yml
@@ -17,7 +17,9 @@ permissions:
17
18
jobs:
19
check-ci-pipelines:
20
- name: check-ci-pipelines # do not change this name, it must be equal to job id
+ # 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
23
runs-on: ubuntu-latest
24
steps:
25
- name: Run Ensure CI Success
0 commit comments