diff options
| author | seth <[email protected]> | 2023-05-23 11:07:37 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-23 11:07:37 -0400 |
| commit | a79353e90c5600c8d2baba970238dca5ee05772a (patch) | |
| tree | b67341aab45037ee7f009dc0672833c072295c3e /.github/workflows/update-inputs.yaml | |
| parent | 6949870afe04fe550fc67d011f274bfff39db88b (diff) | |
actions: enable workflows
Diffstat (limited to '.github/workflows/update-inputs.yaml')
| -rw-r--r-- | .github/workflows/update-inputs.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/update-inputs.yaml b/.github/workflows/update-inputs.yaml index 35b22d4..e68295b 100644 --- a/.github/workflows/update-inputs.yaml +++ b/.github/workflows/update-inputs.yaml @@ -1,9 +1,9 @@ name: update all inputs on: - #schedule: - # # run every saturday - # - cron: "0 0 * * 6" + schedule: + # run every saturday + - cron: "0 0 * * 6" workflow_dispatch: permissions: read-all |
