Skip to content

Commit

Permalink
Merge pull request #18 from toko-bifrost/release/v3
Browse files Browse the repository at this point in the history
Release 3.1.2
  • Loading branch information
aldwyn-acn authored Jun 24, 2020
2 parents 26c9340 + cb8ff09 commit 241ee23
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ jobs:
webhook-uri: ${{ secrets.MS_TEAMS_WEBHOOK_URI }}
timezone: Australia/Sydney
card-layout-start: cozy

- run: exit 0
2 changes: 1 addition & 1 deletion dist/post/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/post.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ try {

const workflowRunStatus = await getWorkflowRunStatus();
if (
showCardOnExit ||
(showCardOnExit && !showCardOnFailure) ||
(showCardOnFailure && workflowRunStatus.conclusion !== "success")
) {
formatAndNotify(
Expand Down

0 comments on commit 241ee23

Please sign in to comment.