File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ jobs:
234234 process-upload-report :
235235 runs-on : ubuntu-latest
236236 needs : [integration_tests]
237- if : always() && github.repository == 'linode/linode-cli' # Run even if integration tests fail and only on main repository
237+ if : always() # && github.repository == 'linode/linode-cli' # Run even if integration tests fail and only on main repository
238238 outputs :
239239 summary : ${{ steps.set-test-summary.outputs.summary }}
240240
@@ -291,8 +291,8 @@ jobs:
291291
292292 notify-slack :
293293 runs-on : ubuntu-latest
294- needs : [integration_tests]
295- if : ${{ (success() || failure()) && github.repository == 'linode/linode-cli' }} # Run even if integration tests fail and only on main repository
294+ needs : [integration_tests, process-upload-report ]
295+ if : ${{ (success() || failure()) }} # && github.repository == 'linode/linode-cli' }} # Run even if integration tests fail and only on main repository
296296
297297 steps :
298298 - name : Notify Slack
You can’t perform that action at this time.
0 commit comments