Compare commits

...

2 Commits

Author SHA1 Message Date
Gleb Koval 7b7f9f5999
idek
Infrastructure / Check infrastructure definitions (pull_request) Failing after 1m22s Details
2023-08-29 01:44:10 +01:00
Gleb Koval d143ffc123
don't use venv 2023-08-29 01:30:44 +01:00
1 changed files with 1 additions and 2 deletions

View File

@ -27,8 +27,6 @@ jobs:
- name: Install dependencies
run: |
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
ansible-galaxy collection install community.general
@ -36,6 +34,7 @@ jobs:
id: changed-playbooks
uses: tj-actions/changed-files@v38
with:
since_last_remote_commit: "true"
files: infra/**-playbook.yaml
- name: Check modified playbooks