Skip to content

Commit df7a9c8

Browse files
committed
DO NOT COMMIT: testing fetch/unpack times of no-checkout custom image
1 parent 76bd0a9 commit df7a9c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/premerge.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929
if: >-
3030
github.repository_owner == 'llvm' &&
3131
(github.event_name != 'pull_request' || github.event.action != 'closed')
32-
runs-on: llvm-premerge-linux-runners
32+
runs-on: ubuntu-latest
33+
container:
34+
image: ghcr.io/gburgessiv/llvm-ci-with-checkout:no-checkout
3335
steps:
3436
- name: Seed LLVM repo
3537
run: |

0 commit comments

Comments
 (0)