Skip to content

Commit

Permalink
chore: update name and cron
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly committed Jan 25, 2024
1 parent ffc6039 commit b9fb4af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: "Auto generate sources"

on:
schedule:
- cron: '42 14 * * */2'
- cron: '42 14 * * *'
workflow_dispatch:

jobs:
autogen:
name: Analyze
name: Auto generate sources
runs-on: 'ubuntu-latest'
permissions:
contents: write
Expand Down

0 comments on commit b9fb4af

Please sign in to comment.