Skip to content

Commit d93791e

Browse files
eakmanrqclaude
andcommitted
Revert temporary cloud test and docker dependency overrides
Restore engine-tests-cloud to only run on main branch pushes and re-add the engine-tests-docker dependency. These were temporarily removed for faster iteration during the CI migration. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: eakmanrq <6326532+eakmanrq@users.noreply.github.com>
1 parent 7caac98 commit d93791e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/pr.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,9 +285,8 @@ jobs:
285285
retention-days: 7
286286

287287
engine-tests-cloud:
288-
# TODO: revert back to: needs: engine-tests-docker
289-
# TODO: revert back to: if: github.ref == 'refs/heads/main'
290-
if: true
288+
needs: engine-tests-docker
289+
if: github.ref == 'refs/heads/main'
291290
runs-on: ubuntu-latest
292291
timeout-minutes: 25
293292
strategy:

0 commit comments

Comments
 (0)