Skip to content

Commit cf869df

Browse files
committed
Purge PDK leftovers in modules
Depending on the PDK version, some modules have additional CI configs that we need to purge.
1 parent c7d39b0 commit cf869df

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

config_defaults.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@
77
# PDK creates this
88
.github/workflows/puppet-lint.yml:
99
delete: true
10+
# Perforce used those
11+
.github/workflows/release_without.yml:
12+
delete: true
13+
.github/workflows/release_prep.yml:
14+
delete: true
15+
.github/workflows/nightly.yml:
16+
delete: true
17+
.github/workflows/mend.yml:
18+
delete: true
1019
.travis.yml:
1120
delete: true
1221
Jenkinsfile:

0 commit comments

Comments
 (0)