Skip to content

Commit

Permalink
chore(workflow): fix daily run
Browse files Browse the repository at this point in the history
  • Loading branch information
rydesun committed Aug 7, 2020
1 parent 12b5da0 commit 493ad54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/daily-run.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Daily publish
on:
schedule:
- cron: '40 1 * * *'
- cron: '50 1 * * *'
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -19,7 +19,7 @@ jobs:
- name: Fetch data
run: dist/awg fetch -config configs/config.yaml
env:
GITHUB_ACCESS_TOKEN: ${{ secret.FETCH_DATA_GITHUB_TOKEN }}
GITHUB_ACCESS_TOKEN: ${{ secrets.FETCH_DATA_GITHUB_TOKEN }}
- name: Upload data
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 493ad54

Please sign in to comment.