Skip to content

Commit af237f2

Browse files
committed
gha test slack 1
1 parent d828ade commit af237f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
notify-slack:
160160
runs-on: ubuntu-latest
161161
needs: [integration-tests]
162-
if: ${{ (success() || failure()) && github.repository == 'linode/linode_api4-python' }} # Run even if integration tests fail and only on main repository
162+
if: ${{ (success() || failure()) }} # Run even if integration tests fail and only on main repository
163163
steps:
164164
- name: Notify Slack
165165
uses: slackapi/slack-github-action@v2.0.0

0 commit comments

Comments
 (0)