Skip to content

Commit

Permalink
workflow: fix yaml syntax error (#15478)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreoxmt authored Nov 27, 2023
1 parent 3a63a08 commit e0d661f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: cron

on:
schedule:
- cron: "0 9 * * 3"
schedule:
- cron: "0 9 * * 3"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit e0d661f

Please sign in to comment.