Skip to content

Commit 2136831

Browse files
wip
1 parent 379cc3e commit 2136831

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/pull-request.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,11 @@ jobs:
3131
label-test-robot-done: test-robot-done
3232
label-test-robot-needed: test-robot-needed
3333

34-
ensure-ci-success:
34+
ci-gate:
3535
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
3639
runs-on: ubuntu-latest
3740
steps:
3841
- name: Run Ensure CI Success

0 commit comments

Comments
 (0)