Skip to content

Commit

Permalink
Run regenerate-target-info on Thu
Browse files Browse the repository at this point in the history
And run whenever the generation code has changed.
  • Loading branch information
NobodyXu authored Jan 8, 2025
1 parent 685a1ef commit b17ebf7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/regenerate-target-info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ name: Regenerate target info
on:
workflow_dispatch: # Allow running on-demand
schedule:
- cron: '0 3 * * 5'
- cron: '0 3 * * 4'
push:
branches:
- 'main'
paths:
- 'dev-tools/gen-target-info/**'

jobs:
regenerate:
Expand Down

0 comments on commit b17ebf7

Please sign in to comment.