From 212f5b7a01695bc4997f68dd372771b1ef426beb Mon Sep 17 00:00:00 2001 From: David Danielsson Date: Thu, 2 May 2024 09:33:52 -0500 Subject: [PATCH] fixing release workflow (#185) * modified: .github/workflows/release.yml new file: .vscode/settings.json * modified: .gitignore * deleted: .vscode/settings.json --- .github/workflows/release.yml | 2 +- .gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4e190e3..a060d77 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ on: jobs: pre-commit: - uses: redhat-cop/infra.leapp/.github/workflows/pre-commit.yml@main + uses: redhat-cop/infra.leapp/.github/workflows/ansible-lint.yml@main sanity: uses: redhat-cop/infra.leapp/.github/workflows/ansible-test.yml@main prechecks: diff --git a/.gitignore b/.gitignore index 740c811..fd95cfc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ /tests/output/ /changelogs/.plugin-cache.yaml +.vscode/ # Byte-compiled / optimized / DLL files __pycache__/