We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 379cc3e commit 2136831Copy full SHA for 2136831
1 file changed
.github/workflows/pull-request.yml
@@ -31,8 +31,11 @@ jobs:
31
label-test-robot-done: test-robot-done
32
label-test-robot-needed: test-robot-needed
33
34
- ensure-ci-success:
+ ci-gate:
35
needs: test-robot-check
36
+ # name should match the job_id for this action to work
37
+ # See https://github.com/DataDog/ensure-ci-success/blob/main/docs/limitations.md
38
+ name: ci-gate
39
runs-on: ubuntu-latest
40
steps:
41
- name: Run Ensure CI Success
0 commit comments