From bea2003184926f101f2a1fd4f37d0e866b04626d Mon Sep 17 00:00:00 2001 From: Adam R <13562139+catenocrypt@users.noreply.github.com> Date: Sat, 8 Aug 2020 23:01:45 +0200 Subject: [PATCH] [internal] More manual-trigger builds. (#3166) * More manual-trigger builds. * Yaml syntax fix. Co-authored-by: Catenocrypt --- .github/workflows/fix-dryrun.yml | 4 ++-- .github/workflows/fix.yml | 1 + .github/workflows/periodic-update.yml | 1 + .github/workflows/pr-ci.yml | 13 +++++++------ .github/workflows/s3_upload.yml | 1 + 5 files changed, 12 insertions(+), 8 deletions(-) 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