File tree Expand file tree Collapse file tree 3 files changed +8
-11
lines changed Expand file tree Collapse file tree 3 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 release :
11- runs-on : ubuntu-20 .04
11+ runs-on : ubuntu-18 .04
1212 steps :
1313 - name : galaxy
1414 uses : robertdebock/galaxy-action@1.0.1
Original file line number Diff line number Diff line change 1111 types : [opened, synchronize, reopened]
1212jobs :
1313 lint :
14- runs-on : ubuntu-20 .04
14+ runs-on : ubuntu-18 .04
1515 strategy :
1616 fail-fast : true
1717 steps :
2020 with :
2121 path : " ${{ github.repository }}"
2222 - name : Molecule for Ansible - lint
23- uses : MonolithProjects/action-molecule@v1.4.1
23+ uses : MonolithProjects/action-molecule@v1.4.3
2424 with :
2525 molecule_command : lint
Original file line number Diff line number Diff line change 11name : molecule test
22
33on :
4- # pull_request:
5- # branches:
6- # - master
7- # types: [opened, synchronize, reopened]
8- push :
4+ pull_request :
95 branches :
10- - develop
6+ - master
7+ types : [opened, synchronize, reopened]
118 schedule :
129 - cron : ' 0 6 * * 0'
1310jobs :
3835 with :
3936 path : " ${{ github.repository }}"
4037 - name : Molecule for Ansible - GHR Repository
41- uses : MonolithProjects/action-molecule@v1.4.2
38+ uses : MonolithProjects/action-molecule@v1.4.3
4239 env :
4340 PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
4441 with :
5855 with :
5956 path : " ${{ github.repository }}"
6057 - name : Molecule for Ansible - GHR Organization
61- uses : MonolithProjects/action-molecule@v1.4.2
58+ uses : MonolithProjects/action-molecule@v1.4.3
6259 env :
6360 PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
6461 with :
You can’t perform that action at this time.
0 commit comments