Skip to content

Commit 31a3237

Browse files
committed
Run pebble tests on a schedule, fix some lint errors
1 parent b758339 commit 31a3237

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

.github/workflows/run-tests-pebble.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@ on:
1111
branches:
1212
- master
1313
workflow_dispatch:
14-
paths-ignore:
15-
- '.github/workflows/*'
16-
branches:
17-
- master
14+
schedule:
15+
- cron: '15 3 5 * *'
1816
jobs:
1917
test-alpine:
2018
runs-on: ubuntu-latest

.github/workflows/run-tests-staging-acmedns.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ on:
1111
branches:
1212
- master
1313
workflow_dispatch:
14-
paths-ignore:
15-
- '.github/workflows/*'
16-
branches:
17-
- master
14+
1815

1916
env:
2017
DYNU_API_KEY: ${{ secrets.DYNU_API_KEY == '' && '65cXefd35XbYf36546eg5dYcZT6X52Y2' || secrets.DYNU_API_KEY }}

.github/workflows/shellcheck.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ on:
1212
branches:
1313
- master
1414
workflow_dispatch:
15-
paths-ignore:
16-
- '.github/workflows/*'
17-
branches:
18-
- master
1915

2016
jobs:
2117
lint:

0 commit comments

Comments
 (0)