Skip to content

Commit

Permalink
修正錯誤
Browse files Browse the repository at this point in the history
  • Loading branch information
xMikux authored Oct 7, 2023
1 parent 94bb489 commit 3e95823
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/Update-Latest.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
name: Update Comparison List (Latest):
name: Update Comparison List (Latest)

on:
workflow_dispatch: {}
schedule:
cron: 0 0 * * *
- cron: 0 0 * * *

jobs:
list_generate:
name: List Generate
runs-on: ubuntu-latest
steps:
- name: Run update langauge script
if: github.event.schedule != '30 5 * * 1,3'
run: python .github/scripts/update-language.py

- name: Commit & Push changes
Expand Down

0 comments on commit 3e95823

Please sign in to comment.