We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76e4231 commit 7eb01c2Copy full SHA for 7eb01c2
1 file changed
.github/workflows/pull-request.yml
@@ -31,6 +31,12 @@ jobs:
31
label-test-robot-done: test-robot-done
32
label-test-robot-needed: test-robot-needed
33
34
+ ensure-ci-success:
35
+ runs-on: ubuntu-latest
36
+ steps:
37
+ - name: Run Ensure CI Success
38
+ uses: DataDog/ensure-ci-success@v2
39
+
40
# build:
41
# needs: test-robot-unlabel
42
# if: always() && needs.test-robot-unlabel.result != 'failure'
0 commit comments