Skip to content

Commit db5fcf7

Browse files
authored
Merge pull request #410 from h0tw1r3/it-87329
(maint) update cat workflows
2 parents 17c83e2 + 5c0b4a7 commit db5fcf7

File tree

6 files changed

+11
-12
lines changed

6 files changed

+11
-12
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ concurrency:
1313

1414
jobs:
1515
Spec:
16-
uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@release-any-tag"
16+
uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
1717
secrets: "inherit"
1818

1919
Acceptance:
2020
needs: Spec
21-
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@release-any-tag"
21+
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
2222
secrets: "inherit"
2323
with:
2424
runs_on: "ubuntu-20.04"

.github/workflows/mend.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
name: "mend"
22

33
on:
4-
pull_request_target:
5-
types:
6-
- opened
7-
- synchronize
4+
pull_request:
5+
branches:
6+
- "main"
87
schedule:
98
- cron: "0 0 * * *"
109
workflow_dispatch:
1110

1211
jobs:
1312

1413
mend:
15-
uses: "puppetlabs/cat-github-actions/.github/workflows/mend_ruby.yml@release-any-tag"
14+
uses: "puppetlabs/cat-github-actions/.github/workflows/mend_ruby.yml@main"
1615
secrets: "inherit"

.github/workflows/nightly.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ on:
88

99
jobs:
1010
Spec:
11-
uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@release-any-tag"
11+
uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
1212
secrets: "inherit"
1313

1414
Acceptance:
1515
needs: Spec
16-
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@release-any-tag"
16+
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
1717
secrets: "inherit"
1818
with:
1919
runs_on: "ubuntu-20.04"

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626

2727
jobs:
2828
release:
29-
uses: "puppetlabs/cat-github-actions/.github/workflows/module_release.yml@release-any-tag"
29+
uses: "puppetlabs/cat-github-actions/.github/workflows/module_release.yml@main"
3030
secrets: "inherit"
3131
with:
3232
tag: ${{ inputs.tag }}

.github/workflows/release_prep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
release_prep:
12-
uses: "puppetlabs/cat-github-actions/.github/workflows/module_release_prep.yml@release-any-tag"
12+
uses: "puppetlabs/cat-github-actions/.github/workflows/module_release_prep.yml@main"
1313
with:
1414
version: "${{ github.event.inputs.version }}"
1515
secrets: "inherit"

.github/workflows/release_without.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ on:
55

66
jobs:
77
release:
8-
uses: "puppetlabs/cat-github-actions/.github/workflows/module_release.yml@release-any-tag"
8+
uses: "puppetlabs/cat-github-actions/.github/workflows/module_release.yml@main"
99
secrets: "inherit"

0 commit comments

Comments
 (0)