Skip to content

Commit 72cd6f5

Browse files
Merge pull request #211 from puppetlabs/CONT-867-remove_module_jobs
(CONT-812) Remove module jobs
2 parents 7478d59 + 2d632f0 commit 72cd6f5

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,3 @@ jobs:
1414
with:
1515
target: "${{ github.event.inputs.target }}"
1616
secrets: "inherit"
17-
18-
module_release:
19-
uses: "puppetlabs/cat-github-actions/.github/workflows/module_release.yml@main"
20-
secrets: "inherit"

.github/workflows/release_prep.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,3 @@ jobs:
1818
target: "${{ github.event.inputs.target }}"
1919
version: "${{ github.event.inputs.version }}"
2020
secrets: "inherit"
21-
22-
module_release_prep:
23-
uses: "puppetlabs/cat-github-actions/.github/workflows/module_release_prep.yml@main"
24-
secrets: "inherit"

0 commit comments

Comments
 (0)