Skip to content

Commit b71b789

Browse files
Use ubuntu-18.04 as the workflows runner
1 parent ee5dba5 commit b71b789

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

.github/workflows/galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
release:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-18.04
1212
steps:
1313
- name: galaxy
1414
uses: robertdebock/[email protected]

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
types: [opened, synchronize, reopened]
1212
jobs:
1313
lint:
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-18.04
1515
strategy:
1616
fail-fast: true
1717
steps:
@@ -20,6 +20,6 @@ jobs:
2020
with:
2121
path: "${{ github.repository }}"
2222
- name: Molecule for Ansible - lint
23-
uses: MonolithProjects/[email protected].1
23+
uses: MonolithProjects/[email protected].3
2424
with:
2525
molecule_command: lint

.github/workflows/main.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
name: molecule test
22

33
on:
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'
1310
jobs:
@@ -38,7 +35,7 @@ jobs:
3835
with:
3936
path: "${{ github.repository }}"
4037
- name: Molecule for Ansible - GHR Repository
41-
uses: MonolithProjects/[email protected].2
38+
uses: MonolithProjects/[email protected].3
4239
env:
4340
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
4441
with:
@@ -58,7 +55,7 @@ jobs:
5855
with:
5956
path: "${{ github.repository }}"
6057
- name: Molecule for Ansible - GHR Organization
61-
uses: MonolithProjects/[email protected].2
58+
uses: MonolithProjects/[email protected].3
6259
env:
6360
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
6461
with:

0 commit comments

Comments
 (0)