Browse Source
Run pebble tests on a schedule, fix some lint errors
pull/811/head
Tim Kimber
3 years ago
No known key found for this signature in database
GPG Key ID: 3E1804964E76BD18
3 changed files with
3 additions and
12 deletions
-
.github/workflows/run-tests-pebble.yml
-
.github/workflows/run-tests-staging-acmedns.yml
-
.github/workflows/shellcheck.yml
|
|
@ -11,10 +11,8 @@ on: |
|
|
branches: |
|
|
branches: |
|
|
- master |
|
|
- master |
|
|
workflow_dispatch: |
|
|
workflow_dispatch: |
|
|
paths-ignore: |
|
|
|
|
|
- '.github/workflows/*' |
|
|
|
|
|
branches: |
|
|
|
|
|
- master |
|
|
|
|
|
|
|
|
schedule: |
|
|
|
|
|
- cron: '15 3 5 * *' |
|
|
jobs: |
|
|
jobs: |
|
|
test-alpine: |
|
|
test-alpine: |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
@ -11,10 +11,7 @@ on: |
|
|
branches: |
|
|
branches: |
|
|
- master |
|
|
- master |
|
|
workflow_dispatch: |
|
|
workflow_dispatch: |
|
|
paths-ignore: |
|
|
|
|
|
- '.github/workflows/*' |
|
|
|
|
|
branches: |
|
|
|
|
|
- master |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
env: |
|
|
env: |
|
|
DYNU_API_KEY: ${{ secrets.DYNU_API_KEY == '' && '65cXefd35XbYf36546eg5dYcZT6X52Y2' || secrets.DYNU_API_KEY }} |
|
|
DYNU_API_KEY: ${{ secrets.DYNU_API_KEY == '' && '65cXefd35XbYf36546eg5dYcZT6X52Y2' || secrets.DYNU_API_KEY }} |
|
|
|
|
|
@ -12,10 +12,6 @@ on: |
|
|
branches: |
|
|
branches: |
|
|
- master |
|
|
- master |
|
|
workflow_dispatch: |
|
|
workflow_dispatch: |
|
|
paths-ignore: |
|
|
|
|
|
- '.github/workflows/*' |
|
|
|
|
|
branches: |
|
|
|
|
|
- master |
|
|
|
|
|
|
|
|
|
|
|
jobs: |
|
|
jobs: |
|
|
lint: |
|
|
lint: |
|
|
|