Skip to content

Commit 91bdec1

Browse files
authored
ready
1 parent 3ec9913 commit 91bdec1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,11 @@ jobs:
129129
NODE_AUTH_TOKEN: ${{ secrets.CI_NPM_READ_ORG }}
130130
- name: Testing
131131
run: npm test
132+
133+
ready:
134+
name: 🚀 Ready
135+
runs-on: ubuntu-latest
136+
needs: [build, eslint, gitleaks, pr-title-check, unit-test, asd]
137+
steps:
138+
- name: Ready
139+
run: echo "All checks passed and the PR is ready to be merged!"

0 commit comments

Comments
 (0)