Compare commits
No commits in common. "7b7f9f5999f9761aba2a002ce9a67dc9ac4bcbac" and "f9b321367bc8a007398ac22ce2f0b7adabb702b9" have entirely different histories.
7b7f9f5999
...
f9b321367b
|
@ -27,6 +27,8 @@ jobs:
|
|||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python3 -m venv venv
|
||||
source venv/bin/activate
|
||||
pip3 install -r requirements.txt
|
||||
ansible-galaxy collection install community.general
|
||||
|
||||
|
@ -34,7 +36,6 @@ jobs:
|
|||
id: changed-playbooks
|
||||
uses: tj-actions/changed-files@v38
|
||||
with:
|
||||
since_last_remote_commit: "true"
|
||||
files: infra/**-playbook.yaml
|
||||
|
||||
- name: Check modified playbooks
|
||||
|
|
Loading…
Reference in New Issue