Skip to content

Commit 8200564

Browse files
committed
missed runs on
Signed-off-by: Max Waterhout <[email protected]>
1 parent 37026f3 commit 8200564

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/reusable-workspace.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,14 @@ on:
1111
type: string
1212
required: true
1313

14-
jobs:
15-
prepare-runner:
16-
runs-on: ubuntu-latest
17-
steps:
18-
- name: checkout
19-
uses: actions/checkout@v4
20-
2114
build-and-test:
15+
runs-on: ubuntu-latest
2216
steps:
2317
- name: checkout
2418
uses: actions/checkout@v4
2519
with:
2620
lfs: true
21+
2722
- name: Clear disk space
2823
run: |
2924
df -h /
@@ -32,6 +27,7 @@ jobs:
3227
3328
- name: Pull image
3429
run: docker pull "${{ inputs.container-image }}"
30+
3531
- name: Create and start container
3632
env:
3733
IMAGE: ${{ inputs.container-image }}

0 commit comments

Comments
 (0)