Skip to content

Commit

Permalink
ci: enable RBE testing for all PRs on the main fork
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Aug 23, 2023
1 parent 46e30cf commit 2aba4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: echo "config=rbe" >> $GITHUB_OUTPUT
# Only run on main branch (or PR branches that contain 'rbe') to reduce the matrix size for PRs
# Don't run RBE if there are no EngFlow creds which is the case on forks
if: (github.ref == 'refs/heads/main' || contains(github.head_ref, 'rbe')) && env.ENGFLOW_PRIVATE_KEY != ''
if: env.ENGFLOW_PRIVATE_KEY != ''
outputs:
# Will look like ["local", "rbe"]
config: ${{ toJSON(steps.*.outputs.config) }}
Expand Down

0 comments on commit 2aba4e6

Please sign in to comment.