Skip to content

Commit

Permalink
fix weekly check (#1392)
Browse files Browse the repository at this point in the history
this was missed in #1375
  • Loading branch information
Emilgardis committed Dec 22, 2023
2 parents 3e4f13a + f48a3d2 commit 0acadde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Generate matrix
id: generate-matrix
run: |
cargo xtask ci-job target-matrix --author "[gha]" --message "check" --weekly
cargo xtask ci-job target-matrix --weekly
env:
TARGETS: ${{ inputs.targets }}
weekly:
Expand Down

0 comments on commit 0acadde

Please sign in to comment.