[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
on:
pull_request:
branches: [master]
pull_request:
branches: [master]
jobs:
fix-dryrun:
runs-on: ubuntu-latest

View File

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

View File

@ -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

View File

@ -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

View File

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