Skip to content

Commit 2355374

Browse files
committed
revert condition
1 parent 2b90aac commit 2355374

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
@@ -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

0 commit comments

Comments
 (0)