Skip to content

Commit

Permalink
fix: Fixed workflows directory path
Browse files Browse the repository at this point in the history
  • Loading branch information
13archit committed Jun 15, 2023
1 parent a977c04 commit 9cb67af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ updates:
schedule:
interval: "weekly"
- package-ecosystem: "terraform" # See documentation for possible values
directory: "_example/default" # Location of package manifests
directory: "_example/basic" # Location of package manifests
schedule:
interval: "weekly"
- package-ecosystem: "terraform" # See documentation for possible values
directory: "_example/vnet-with-flow-logs" # Location of package manifests
directory: "_example/complete" # Location of package manifests
schedule:
interval: "weekly"
3 changes: 2 additions & 1 deletion .github/workflows/static-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
- ${{ needs.versionExtract.outputs.minVersion }}
- ${{ needs.versionExtract.outputs.maxVersion }}
directory:
- _example/
- _example/basic/
- _example/complete/

steps:
- name: Checkout
Expand Down

0 comments on commit 9cb67af

Please sign in to comment.