8000
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 25acb15 commit 2fca456Copy full SHA for 2fca456
.github/workflows/check-ci-pipelines.yml
@@ -17,11 +17,13 @@ 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
21
+ # https://github.com/DataDog/ensure-ci-success/blob/ma 68BC in/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
- uses: DataDog/ensure-ci-success@f40e6ffd8e60280d478b9b92209aaa30d3d56895
26
+ uses: DataDog/ensure-ci-success@727e7fe39ae2e1ce7ea336ec85a7369ab0731754
27
with:
28
initial-delay-seconds: "1000"
29
max-retries: "60"
0 commit comments