Compare commits
2 Commits
f9b321367b
...
7b7f9f5999
Author | SHA1 | Date | |
---|---|---|---|
7b7f9f5999 | |||
d143ffc123 |
3
.github/workflows/infra.yaml
vendored
3
.github/workflows/infra.yaml
vendored
@ -27,8 +27,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python3 -m venv venv
|
|
||||||
source venv/bin/activate
|
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
ansible-galaxy collection install community.general
|
ansible-galaxy collection install community.general
|
||||||
|
|
||||||
@ -36,6 +34,7 @@ jobs:
|
|||||||
id: changed-playbooks
|
id: changed-playbooks
|
||||||
uses: tj-actions/changed-files@v38
|
uses: tj-actions/changed-files@v38
|
||||||
with:
|
with:
|
||||||
|
since_last_remote_commit: "true"
|
||||||
files: infra/**-playbook.yaml
|
files: infra/**-playbook.yaml
|
||||||
|
|
||||||
- name: Check modified playbooks
|
- name: Check modified playbooks
|
||||||
|
Loading…
x
Reference in New Issue
Block a user