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 62a4f7e commit 0ab612aCopy full SHA for 0ab612a
1 file changed
.github/workflows/ci.yml
@@ -292,7 +292,7 @@ jobs:
292
name: Unreal Engine Tests
293
# This can't go on e.g. ubuntu-latest because that runner runs out of disk space. ChatGPT suggested that the general solution tends to be to use
294
# a custom runner.
295
- runs-on: spacetimedb-runner
+ runs-on: spacetimedb-new-runner
296
# Skip if this is an external contribution. GitHub secrets will be empty, so the step would fail anyway.
297
if: ${{ github.event_name != 'pull_request' || !github.event.pull_request.head.repo.fork }}
298
container:
0 commit comments