Skip to content

Commit

Permalink
fix: OR-1956 add nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Lesage authored and janlesage committed Oct 25, 2023
1 parent 8e177b2 commit ac01a0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ jobs:
uses: slackapi/[email protected]
with:
channel-id: ${{ secrets.SLACK_CHANNEL_ID }}
slack-message: ":thumbsup: Nightly build succeeded: \n
slack-message: ":thumbsup: OR Nightly build succeeded: \n
${{github.event.head_commit.url }} \n
${{format('{0}: {1}', 'test', needs.test.result) }}\n
${{format('{0}: {1}', 'build-api', needs.build-api.result) }}\n
Expand Down Expand Up @@ -266,7 +266,7 @@ jobs:
# See also: https://api.slack.com/methods/chat.postMessage#channels
channel-id: ${{ secrets.SLACK_CHANNEL_ID }}
# For posting a simple plain text message
slack-message: ":thumbsdown: Nightly build failed some checks: \n
slack-message: ":thumbsdown: OR Nightly build failed some checks: \n
${{github.event.head_commit.url }} \n
${{format('{0}: {1}', 'test', needs.test.result) }}\n
${{format('{0}: {1}', 'build-api', needs.build-api.result) }}\n
Expand Down

0 comments on commit ac01a0f

Please sign in to comment.