File tree 6 files changed +11
-12
lines changed
6 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ concurrency:
13
13
14
14
jobs :
15
15
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 "
17
17
secrets : " inherit"
18
18
19
19
Acceptance :
20
20
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 "
22
22
secrets : " inherit"
23
23
with :
24
24
runs_on : " ubuntu-20.04"
Original file line number Diff line number Diff line change 1
1
name : " mend"
2
2
3
3
on :
4
- pull_request_target :
5
- types :
6
- - opened
7
- - synchronize
4
+ pull_request :
5
+ branches :
6
+ - " main"
8
7
schedule :
9
8
- cron : " 0 0 * * *"
10
9
workflow_dispatch :
11
10
12
11
jobs :
13
12
14
13
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 "
16
15
secrets : " inherit"
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
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 "
12
12
secrets : " inherit"
13
13
14
14
Acceptance :
15
15
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 "
17
17
secrets : " inherit"
18
18
with :
19
19
runs_on : " ubuntu-20.04"
Original file line number Diff line number Diff line change 26
26
27
27
jobs :
28
28
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 "
30
30
secrets : " inherit"
31
31
with :
32
32
tag : ${{ inputs.tag }}
Original file line number Diff line number Diff line change 9
9
10
10
jobs :
11
11
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 "
13
13
with :
14
14
version : " ${{ github.event.inputs.version }}"
15
15
secrets : " inherit"
Original file line number Diff line number Diff line change 5
5
6
6
jobs :
7
7
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 "
9
9
secrets : " inherit"
You can’t perform that action at this time.
0 commit comments