Skip to content

Commit

Permalink
gha test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ykim-akamai committed Nov 18, 2024
1 parent c86d774 commit 365c367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
notify-slack:
runs-on: ubuntu-latest
needs: [integration-tests]
if: ${{ (success() || failure()) && github.repository == 'linode/ansible_linode' }} # 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
Expand Down

0 comments on commit 365c367

Please sign in to comment.