Skip to content

Commit

Permalink
main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakult00 authored Feb 19, 2025
1 parent b0ed12c commit e9192c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: "打卡"
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
- cron: "30 0 * * *"
- cron: "0 12 * * *"
- cron: "30 12 * * *"
- cron: '0 0 * * *'
- cron: '30 0 * * *'
- cron: '0 12 * * *'
- cron: '30 12 * * *'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit e9192c1

Please sign in to comment.