Skip to content

Commit a1885cf

Browse files
wip
1 parent 2136831 commit a1885cf

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,13 @@ jobs:
3131
label-test-robot-done: test-robot-done
3232
label-test-robot-needed: test-robot-needed
3333

34-
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
34+
allchecks:
3935
runs-on: ubuntu-latest
36+
permissions:
37+
checks: read
38+
contents: read
4039
steps:
41-
- name: Run Ensure CI Success
42-
uses: DataDog/ensure-ci-success@v2
40+
- uses: wechuli/allcheckspassed@v2
4341

4442
# build:
4543
# needs: test-robot-unlabel

0 commit comments

Comments
 (0)