We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a1b2e3 commit fb2f4c9Copy full SHA for fb2f4c9
1 file changed
.github/workflows/pull-request.yml
@@ -43,4 +43,16 @@ jobs:
43
npm ci
44
npm run build --if-present
45
- name: "Run Unit Tests"
46
- run: ./gradlew test
+ run: ./gradlew test
47
+
48
+ pr-notify:
49
+ if: >
50
+ github.event_name == 'pull_request' &&
51
+ github.event.pull_request.draft == false
52
+ needs:
53
+ - js-test
54
+ - android-test
55
+ name: Notify GChat
56
+ uses: ROKT/rokt-workflows/.github/workflows/oss_pr_opened_notification.yml@main
57
+ secrets:
58
+ gchat_webhook: ${{ secrets.GCHAT_PRS_WEBHOOK }}
0 commit comments