Skip to content

Commit

Permalink
Run pebble tests on a schedule, fix some lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
timkimber committed May 14, 2023
1 parent b758339 commit 31a3237
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/run-tests-pebble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ on:
branches:
- master
workflow_dispatch:
paths-ignore:
- '.github/workflows/*'
branches:
- master
schedule:
- cron: '15 3 5 * *'
jobs:
test-alpine:
runs-on: ubuntu-latest
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/run-tests-staging-acmedns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ on:
branches:
- master
workflow_dispatch:
paths-ignore:
- '.github/workflows/*'
branches:
- master


env:
DYNU_API_KEY: ${{ secrets.DYNU_API_KEY == '' && '65cXefd35XbYf36546eg5dYcZT6X52Y2' || secrets.DYNU_API_KEY }}
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ on:
branches:
- master
workflow_dispatch:
paths-ignore:
- '.github/workflows/*'
branches:
- master

jobs:
lint:
Expand Down

0 comments on commit 31a3237

Please sign in to comment.