Skip to content

Commit

Permalink
revert: always run
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Jun 4, 2024
1 parent a9a56ea commit effe0c3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker-moby-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
run: make test-unit

- name: Create slack payload file
if: failure()
run: |
cat <<EOF > ./payload-slack-content.json
{
Expand All @@ -47,7 +46,6 @@ jobs:
}
- name: Notify to Slack on failures
if: failure()
id: slack
uses: slackapi/slack-github-action@v1.26.0
with:
Expand Down

0 comments on commit effe0c3

Please sign in to comment.