Skip to content

Commit d40f16a

Browse files
committed
refactor: Reorder events of GitHub action workflow
1 parent 04465cc commit d40f16a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Test, Lint & Audit
22

33
on:
4-
schedule:
5-
- cron: '0 0 * * *'
64
push:
75
branches: [ '*' ]
86
paths:
@@ -20,6 +18,8 @@ on:
2018
- '**/Cargo.toml'
2119
- '**/Cargo.lock'
2220
# Allows you to run this workflow manually from the Actions tab
21+
schedule:
22+
- cron: '0 0 * * *'
2323
workflow_dispatch:
2424

2525
env:

0 commit comments

Comments
 (0)