[internal] More manual-trigger builds. (#3166)

* More manual-trigger builds.

* Yaml syntax fix.

Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
This commit is contained in:
Adam R 2020-08-08 23:01:45 +02:00 committed by GitHub
parent 316c72eb9f
commit bea2003184
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 8 deletions

View File

@ -1,7 +1,7 @@
name: Fixes and Consistency Updates - Dry run name: Fixes and Consistency Updates - Dry run
on: on:
pull_request: pull_request:
branches: [master] branches: [master]
jobs: jobs:
fix-dryrun: fix-dryrun:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

@ -3,6 +3,7 @@ on:
push: push:
# This runs on fork branches too # This runs on fork branches too
branches: [ '*' ] branches: [ '*' ]
workflow_dispatch:
jobs: jobs:
fix: fix:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

@ -3,6 +3,7 @@ on:
schedule: schedule:
# Run twice per day (at 7:00UTC/12amPST, 19:00UTC/12pmPST) # Run twice per day (at 7:00UTC/12amPST, 19:00UTC/12pmPST)
- cron: '0 7,19 * * *' - cron: '0 7,19 * * *'
workflow_dispatch:
jobs: jobs:
periodic-update: periodic-update:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

@ -1,11 +1,12 @@
name: Pull Request CI name: Pull Request CI
on: on:
push: push:
branches: branches:
- '*' - '*'
- '!master' - '!master'
pull_request: pull_request:
branches: [master] branches: [master]
workflow_dispatch:
jobs: jobs:
pull_request_ci: pull_request_ci:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

@ -3,6 +3,7 @@ on:
push: push:
branches: branches:
- master - master
workflow_dispatch:
jobs: jobs:
upload-s3: upload-s3:
runs-on: ubuntu-latest runs-on: ubuntu-latest