Compare commits
No commits in common. "7b7f9f5999f9761aba2a002ce9a67dc9ac4bcbac" and "f9b321367bc8a007398ac22ce2f0b7adabb702b9" have entirely different histories.
7b7f9f5999
...
f9b321367b
|
@ -27,6 +27,8 @@ 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
|
||||||
|
|
||||||
|
@ -34,7 +36,6 @@ 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…
Reference in New Issue