Skip to content

Commit

Permalink
Merge branch 'master' into release_6.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
takb authored Dec 14, 2020
2 parents 81a5975 + 7efd15a commit d7ad060
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run_maven_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ jobs:

- name: Rocket.Chat Notification
uses: RocketChat/Rocket.Chat.GitHub.Action.Notification@1.1.1
if: always()
env:
ROCKETCHAT_WEBHOOK: ${{ secrets.ROCKETCHAT_WEBHOOK }}
if: env.ROCKETCHAT_WEBHOOK != null
with:
type: ${{ job.status }}
job_name: '*ORS CI Test*'
url: ${{ secrets.ROCKETCHAT_WEBHOOK }}
commit: true
token: ${{ secrets.PROJECT_AUTOMATION }}

0 comments on commit d7ad060

Please sign in to comment.