chore: remove extra line [skip ci] (#239)
This commit is contained in:
parent
72aae0311c
commit
b5b805beb9
1 changed files with 1 additions and 2 deletions
3
.github/workflows/test-action.yml
vendored
3
.github/workflows/test-action.yml
vendored
|
@ -1,7 +1,7 @@
|
||||||
name: Daily Test
|
name: Daily Test
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# push:
|
push:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '13 13 * * *'
|
- cron: '13 13 * * *'
|
||||||
|
|
||||||
|
@ -21,7 +21,6 @@ jobs:
|
||||||
- true
|
- true
|
||||||
- false
|
- false
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Setup Hugo
|
- name: Setup Hugo
|
||||||
|
|
Loading…
Reference in a new issue