diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index 51eda09b..6bc55639 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -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/slack-github-action@v2.0.0