Skip to content

Commit 7ad1df4

Browse files
authored
Add conditions to notification job in e2e workflow (#747)
1 parent 533e9ce commit 7ad1df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ jobs:
291291
292292
notify-slack:
293293
runs-on: ubuntu-latest
294-
needs: [integration_tests]
294+
needs: [integration_tests, process-upload-report]
295295
if: ${{ (success() || failure()) && github.repository == 'linode/linode-cli' }} # Run even if integration tests fail and only on main repository
296296

297297
steps:

0 commit comments

Comments
 (0)