Skip to content
This repository was archived by the owner on Jul 17, 2023. It is now read-only.

Commit 04e7b71

Browse files
committed
ci: streamline
1 parent f2e8851 commit 04e7b71

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
integration-test:
1010
name: Integration test using Python ${{ matrix.python-version }}
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-20.04
1212
defaults:
1313
run:
1414
working-directory: ansible_collections/ngine_io/vultr

.github/workflows/sanity.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,28 @@
11
name: Sanity
2+
23
on:
3-
workflow_call:
4+
push:
5+
branches:
6+
- master
47
schedule:
58
- cron: "5 12 * * *"
69
pull_request:
10+
workflow_call:
11+
workflow_dispatch:
712

813
jobs:
914
sanity:
1015
name: Sanity (${{ matrix.ansible }})
11-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-20.04
1217
defaults:
1318
run:
1419
working-directory: ansible_collections/ngine_io/vultr
1520
strategy:
1621
matrix:
1722
ansible:
23+
- stable-2.14
1824
- stable-2.13
1925
- stable-2.12
20-
- stable-2.11
21-
- stable-2.10
22-
- stable-2.9
2326
- devel
2427
steps:
2528
- name: Check out code

0 commit comments

Comments
 (0)