Skip to content

Commit

Permalink
DAT-17536: Update weekly-integration-tests.yml (#5937)
Browse files Browse the repository at this point in the history
Update weekly-integration-tests.yml
  • Loading branch information
sayaliM0412 committed May 22, 2024
1 parent 1095e92 commit 58bc2b2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/weekly-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,15 @@ jobs:
path: |
./**/target/surefire-reports
./**/target/site
run-slack-notification:
runs-on: ubuntu-latest
if: failure()
needs: [ snowflake-its ]
steps:
- name: Dispatch event to build-logic repository
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.LIQUIBOT_PAT_GPM_ACCESS }}
repository: liquibase/build-logic
event-type: test-failure

0 comments on commit 58bc2b2

Please sign in to comment.