Skip to content

Commit 7efdb92

Browse files
committed
Adjust key ordering for the test job
Ensure that top-level keys except for `steps` are alphabetically sorted.
1 parent b32ab6b commit 7efdb92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,12 @@ jobs:
143143
test:
144144
needs:
145145
- diagnostics
146+
runs-on: ubuntu-latest
146147
strategy:
147148
fail-fast: false
148149
matrix:
149150
scenario:
150151
- default
151-
runs-on: ubuntu-latest
152152
steps:
153153
- id: harden-runner
154154
name: Harden the runner

0 commit comments

Comments
 (0)