Skip to content

Commit 2fca456

Browse files
authored
Fix Check Pull Request CI Status job (#8809)
* Fix Check Pull Request CI Status job * Use last version of DataDog/ensure-ci-success * add link about the constraint on job name
1 parent 25acb15 commit 2fca456

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ permissions:
1717

1818
jobs:
1919
check-ci-pipelines:
20-
name: Check CI Pipelines
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
24-
uses: DataDog/ensure-ci-success@f40e6ffd8e60280d478b9b92209aaa30d3d56895
26+
uses: DataDog/ensure-ci-success@727e7fe39ae2e1ce7ea336ec85a7369ab0731754
2527
with:
2628
initial-delay-seconds: "1000"
2729
max-retries: "60"

0 commit comments

Comments
 (0)