diff --git a/.github/workflows/fix-dryrun.yml b/.github/workflows/fix-dryrun.yml index 43bc1e3cd..4a6b0e777 100644 --- a/.github/workflows/fix-dryrun.yml +++ b/.github/workflows/fix-dryrun.yml @@ -1,7 +1,7 @@ name: Fixes and Consistency Updates - Dry run on: - pull_request: - branches: [master] + pull_request: + branches: [master] jobs: fix-dryrun: runs-on: ubuntu-latest diff --git a/.github/workflows/fix.yml b/.github/workflows/fix.yml index 0f7dfd913..b786d8b92 100644 --- a/.github/workflows/fix.yml +++ b/.github/workflows/fix.yml @@ -3,6 +3,7 @@ on: push: # This runs on fork branches too branches: [ '*' ] + workflow_dispatch: jobs: fix: runs-on: ubuntu-latest diff --git a/.github/workflows/periodic-update.yml b/.github/workflows/periodic-update.yml index c7deda818..9f995f74e 100644 --- a/.github/workflows/periodic-update.yml +++ b/.github/workflows/periodic-update.yml @@ -3,6 +3,7 @@ on: schedule: # Run twice per day (at 7:00UTC/12amPST, 19:00UTC/12pmPST) - cron: '0 7,19 * * *' + workflow_dispatch: jobs: periodic-update: runs-on: ubuntu-latest diff --git a/.github/workflows/pr-ci.yml b/.github/workflows/pr-ci.yml index a24c0312b..801e345ce 100644 --- a/.github/workflows/pr-ci.yml +++ b/.github/workflows/pr-ci.yml @@ -1,11 +1,12 @@ name: Pull Request CI on: - push: - branches: - - '*' - - '!master' - pull_request: - branches: [master] + push: + branches: + - '*' + - '!master' + pull_request: + branches: [master] + workflow_dispatch: jobs: pull_request_ci: runs-on: ubuntu-latest diff --git a/.github/workflows/s3_upload.yml b/.github/workflows/s3_upload.yml index 330129006..cee0481e8 100644 --- a/.github/workflows/s3_upload.yml +++ b/.github/workflows/s3_upload.yml @@ -3,6 +3,7 @@ on: push: branches: - master + workflow_dispatch: jobs: upload-s3: runs-on: ubuntu-latest