We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b90aac commit 2355374Copy full SHA for 2355374
.github/workflows/e2e-suite.yml
@@ -234,7 +234,7 @@ jobs:
234
process-upload-report:
235
runs-on: ubuntu-latest
236
needs: [integration_tests]
237
- if: always() # && github.repository == 'linode/linode-cli' # Run even if integration tests fail and only on main repository
+ if: always() && github.repository == 'linode/linode-cli' # Run even if integration tests fail and only on main repository
238
outputs:
239
summary: ${{ steps.set-test-summary.outputs.summary }}
240
0 commit comments