Skip to content

Commit

Permalink
Just for testing purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
alexherp committed Dec 7, 2022
1 parent 92d0dcd commit 1d47c87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
build_multiarch:
runs-on: ubuntu-22.04
needs: [ shellcheck ]
if: github.ref == 'refs/heads/master'
strategy:
matrix:
dist: [buster, bullseye]
Expand Down Expand Up @@ -91,7 +92,7 @@ jobs:
name: Notify unsuccessful CI run
steps:
- name: Notify in Slack channel
if: ${{ needs.build_multiarch.result != 'success' || needs.deploy_manifests.result != 'success' }}
if: always()
uses: slackapi/[email protected]
with:
channel-id: C04E3CL1WP7
Expand Down

0 comments on commit 1d47c87

Please sign in to comment.