Skip to content

Commit

Permalink
Match notifications comment between test-iasworld-data and test-dbt-m…
Browse files Browse the repository at this point in the history
…odels
  • Loading branch information
jeancochrane committed Dec 6, 2024
1 parent 6cb2d36 commit 92e6c96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_iasworld_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ jobs:
run: echo "TIMESTAMP=$(date -u +"%Y-%m-%dT%H:%M:%S")" >> "$GITHUB_ENV"
shell: bash

# Only triggered when called by a bot. Otherwise, notifications
# go to whoever called the workflow
# Only triggered when run on a schedule. Otherwise, whoever dispatched the
# workflow is notified via GitHub (instead of SNS)
- name: Send failure notification
if: github.event_name == 'workflow_dispatch' && github.triggering_actor == 'sqoop-bot[bot]' && failure()
uses: ./.github/actions/publish_sns_topic
Expand Down

0 comments on commit 92e6c96

Please sign in to comment.