diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b54cbd50..5724cf16 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,7 +3,8 @@ name: Create Timestamp File on: schedule: - cron: "0 * * * *" - + workflow_dispatch: + jobs: create-timestamp-file: runs-on: ubuntu-latest