Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1252,8 +1252,10 @@ jobs:
make sqlc-vet

notify-slack-on-failure:
needs:
- required
runs-on: ubuntu-latest
if: always() && failure() && github.ref == 'refs/heads/main'
if: failure() && github.ref == 'refs/heads/main'

steps:
- name: Send Slack notification
Expand All @@ -1276,10 +1278,6 @@ jobs:
"type": "mrkdwn",
"text": "*Workflow:*\n${{ github.workflow }}"
},
{
"type": "mrkdwn",
"text": "*Failed Job:*\n${{ github.job }}"
},
{
"type": "mrkdwn",
"text": "*Committer:*\n${{ github.actor }}"
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/nightly-gauntlet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,6 @@ jobs:
"type": "mrkdwn",
"text": "*Workflow:*\n${{ github.workflow }}"
},
{
"type": "mrkdwn",
"text": "*Failed Job:*\n${{ github.job }}"
},
{
"type": "mrkdwn",
"text": "*Committer:*\n${{ github.actor }}"
Expand Down
Loading