Skip to content

Commit

Permalink
final clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
MSevey committed Jul 18, 2023
1 parent 06675a6 commit 5911421
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ jobs:
# semver_version: ${{ needs.release.outputs.new_version }}

# notify-slack-on-failure will send a message to slack if the workflow fails.
# This shows how to use the reusable action. Below is how to call it directly.
# This shows how to use the reusable workflow. Below is how to call it directly.
notify-slack-on-failure:
needs: [yamllint, markdown-lint]
if: always()
# if: always() && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main')
# Always run, regardless of job failures, only run on main/master branches.
if: always() && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main')
secrets: inherit
uses: ./.github/workflows/reusable_notify_slack.yml

Expand Down
2 changes: 1 addition & 1 deletion .yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ rules:
# 120 chars should be enough, but don't fail if a line is longer
line-length:
max: 120
level: error
level: warning

0 comments on commit 5911421

Please sign in to comment.