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 b38234e commit 519c34aCopy full SHA for 519c34a
.github/workflows/rtconnect-test.yml
@@ -29,21 +29,4 @@ jobs:
29
- run: npm run lint
30
- run: npm test
31
# env:
32
- # CI: true
33
-
34
35
- # slackNotification:
36
- # name: Slack CI status - notify on failure
37
- # runs-on: ubuntu-latest
38
- # steps:
39
- # - name: Slack Notify on Failure
40
- # if: ${{ failure() }}
41
- # id: slack
42
- # uses: slackapi/slack-github-action@v1.24.0
43
- # with:
44
- # channel-id: 'C067F896WG5'
45
- # slack-message: "Github CI Result: ${{ job.status }}\nGithub PR/Commit URL: ${{ github.event.pull_request.html_url || github.event.head_commit.url }}"
46
- # env:
47
- # SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
48
- # # SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
49
- # # SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
+ # CI: true
0 commit comments