Skip to content

Commit

Permalink
gha test slack 1
Browse files Browse the repository at this point in the history
  • Loading branch information
ykim-akamai committed Jan 13, 2025
1 parent 19b8cf4 commit 6583d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
notify-slack:
runs-on: ubuntu-latest
needs: [integration-tests]
if: ${{ (success() || failure()) && github.repository == 'linode/linode_api4-python' }} # Run even if integration tests fail and only on main repository
if: ${{ (success() || failure()) }} # Run even if integration tests fail and only on main repository
steps:
- name: Notify Slack
uses: slackapi/[email protected]
Expand Down

0 comments on commit 6583d82

Please sign in to comment.