Skip to content

Commit

Permalink
Have it so it reruns if config is changed
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Feb 22, 2024
1 parent 909ec66 commit 48f32bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/refresh-data.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@

name: Refresh All
name: Refresh Data
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0'

push:
path: _config_automation.yml
jobs:

yaml-check:
Expand Down

0 comments on commit 48f32bb

Please sign in to comment.