Skip to content

Commit

Permalink
Update automate.yml
Browse files Browse the repository at this point in the history
Change the Time
  • Loading branch information
Gootter12 committed Dec 7, 2020
1 parent 746c1a2 commit 2f06830
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/automate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
pull_request:
branches: [ master ]
schedule:
# run every 10 a.m., which is UTC 2 a.m + 8
- cron: '0 2 * * *'
# run every 11:23 a.m., which is UTC 3:23 a.m + 8
- cron: '23 3 * * *'

jobs:

Expand All @@ -20,4 +20,4 @@ jobs:
uses: actions/checkout@v2

- name: run
run: STD_ID=${{ secrets.STD_ID }} PASSWORD=${{ secrets.PASSWORD }} python3 main.py
run: STD_ID=${{ secrets.STD_ID }} PASSWORD=${{ secrets.PASSWORD }} python3 main.py

0 comments on commit 2f06830

Please sign in to comment.