Browse Source

Run pebble tests on a schedule, fix some lint errors

pull/811/head
Tim Kimber 3 years ago
parent
commit
31a323702c
No known key found for this signature in database GPG Key ID: 3E1804964E76BD18
3 changed files with 3 additions and 12 deletions
  1. +2
    -4
      .github/workflows/run-tests-pebble.yml
  2. +1
    -4
      .github/workflows/run-tests-staging-acmedns.yml
  3. +0
    -4
      .github/workflows/shellcheck.yml

+ 2
- 4
.github/workflows/run-tests-pebble.yml View File

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


+ 1
- 4
.github/workflows/run-tests-staging-acmedns.yml View File

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


+ 0
- 4
.github/workflows/shellcheck.yml View File

@ -12,10 +12,6 @@ on:
branches: branches:
- master - master
workflow_dispatch: workflow_dispatch:
paths-ignore:
- '.github/workflows/*'
branches:
- master
jobs: jobs:
lint: lint:


Loading…
Cancel
Save