You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/e2e-test.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -159,7 +159,7 @@ jobs:
159
159
notify-slack:
160
160
runs-on: ubuntu-latest
161
161
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
0 commit comments