diff --git a/.github/workflows/validate-manifest.yml b/.github/workflows/validate-manifest.yml index 95f78a9..14b9581 100644 --- a/.github/workflows/validate-manifest.yml +++ b/.github/workflows/validate-manifest.yml @@ -5,7 +5,7 @@ on: # That's one of the reasons we need the schedule to validate the versions-manifest.json file schedule: - cron: '0 8,20 * * *' - + workflow_dispatch: pull_request: branches: - main