Skip to content

Commit 47253bd

Browse files
authored
Update cargo-watch-release.yml
1 parent f46dee8 commit 47253bd

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

.github/workflows/cargo-watch-release.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,13 @@ name: Cargo Watch release
22

33
on:
44
workflow_dispatch:
5-
schedule:
6-
- cron: '48 19 * * *'
75

86
jobs:
97
build:
108
runs-on: ubuntu-latest
119
steps:
12-
- uses: actions/checkout@v2
13-
- uses: actions/cache@v2
14-
with:
15-
path: |
16-
~/.cargo/registry
17-
generator/target
18-
key: "cargo-${{ hashFiles('.github/workflows/deploy.yml', 'generator/Cargo.*', 'generator/src/*') }}"
19-
10+
- uses: actions/checkout@v6
11+
- uses: Swatinem/rust-cache@v2
2012
- name: Prep generator
2113
run: bin/generator lint
2214

0 commit comments

Comments
 (0)