File tree Expand file tree Collapse file tree 6 files changed +11
-12
lines changed Expand file tree Collapse file tree 6 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ concurrency:
1313
1414jobs :
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"
Original file line number Diff line number Diff line change 11name : " mend"
22
33on :
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
1211jobs :
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"
Original file line number Diff line number Diff line change 88
99jobs :
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"
Original file line number Diff line number Diff line change 2626
2727jobs :
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 }}
Original file line number Diff line number Diff line change 99
1010jobs :
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"
Original file line number Diff line number Diff line change 55
66jobs :
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"
You can’t perform that action at this time.
0 commit comments