Skip to content

Commit

Permalink
fixing release workflow (#185)
Browse files Browse the repository at this point in the history
* modified:   .github/workflows/release.yml
	new file:   .vscode/settings.json

* modified:   .gitignore

* deleted:    .vscode/settings.json
  • Loading branch information
djdanielsson authored May 2, 2024
1 parent 3a1abd7 commit 212f5b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/tests/output/
/changelogs/.plugin-cache.yaml
.vscode/

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down

0 comments on commit 212f5b7

Please sign in to comment.