Skip to content

Commit 397d0eb

Browse files
authored
Merge pull request #1093 from puppetlabs/pdksync_weekly_run
pdksync - Update weekly scheduled workflows
2 parents 5a06624 + 15cd980 commit 397d0eb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/weekly.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@ name: "weekly"
22

33
on:
44
schedule:
5-
- cron: '0 0 * * 6'
5+
- cron: '0 1 * * 4'
66

77
jobs:
88
LitmusAcceptance:
9+
env:
10+
HONEYCOMB_WRITEKEY: 7f3c63a70eecc61d635917de46bea4e6
11+
HONEYCOMB_DATASET: litmus tests
912
runs-on: self-hosted
1013
strategy:
1114
matrix:
@@ -25,7 +28,7 @@ jobs:
2528
runs-on: self-hosted
2629
strategy:
2730
matrix:
28-
check: [spec, 'syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop']
31+
check: [parallel_spec, 'syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop']
2932
ruby_version: [2.5.x]
3033
puppet_gem_version: [~> 5.0, ~> 6.0]
3134
exclude:

0 commit comments

Comments
 (0)