Skip to content

Commit

Permalink
fix: ansible and terraform workflows (#35)
Browse files Browse the repository at this point in the history
Closes #34. This also fixes the ansible workflow with similar changes.
The fix was tried in #33.
  • Loading branch information
DecFox authored Mar 20, 2024
1 parent a5497bd commit e157c00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- reopened
- edited # title or body of a pull request was edited, or the base branch of a pull request was changed
paths:
- "ansible/*"
- "ansible/**"
- "!ansible/README.md"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- reopened
- edited # title or body of a pull request was edited, or the base branch of a pull request was changed
paths:
- "tf/*"
- "tf/**"
- "!tf/README.md"

jobs:
Expand Down

0 comments on commit e157c00

Please sign in to comment.