Skip to content

Commit 9790c02

Browse files
authored
Fix wrong dependency in weekly ci (#12832)
# Objective Weekly Ci fails with a `Invalid workflow error` ## Solution Make `check-compiles` depend on a job that actually exists.
1 parent 93fd02e commit 9790c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
check-compiles:
4949
runs-on: ubuntu-latest
5050
timeout-minutes: 30
51-
needs: ci
51+
needs: test
5252
steps:
5353
- uses: actions/checkout@v4
5454
- uses: dtolnay/rust-toolchain@beta

0 commit comments

Comments
 (0)