Skip to content

Commit 52b23f3

Browse files
committed
fix: fixing workflows
1 parent f86b97f commit 52b23f3

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/checks.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ jobs:
3434
files: |
3535
terraform/**/**.tf
3636
37+
files_ignore: |
38+
**/examples/**
39+
**/tests/**
40+
**/docs/**
41+
3742
- name: List all changed files
3843
run: echo '${{ steps.changed-files.outputs.all_changed_files }}'
3944
tflint:
@@ -165,7 +170,7 @@ jobs:
165170
166171
</details>
167172
168-
*Pusher: @${{ github.actor }}, Action: \`${{ github.event_name }}\`, Working Directory: \`${{ matrix.dirs }}\``, Workflow: \`${{ github.workflow }}\`*`;
173+
*Pusher: @${{ github.actor }}, Action: \`${{ github.event_name }}\`, Working Directory: \`${{ matrix.dirs }}\`, Workflow: \`${{ github.workflow }}\`*`;
169174
170175
// 3. If we have a comment, update it, otherwise create a new one
171176
if (botComment) {

.github/workflows/terraform-module-releaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ jobs:
2727
delete-legacy-tags: true
2828
wiki-sidebar-changelog-max: 5
2929
module-change-exclude-patterns: ".gitignore,*.md,*.tftest.hcl,tests/**,examples/**"
30-
module-asset-exclude-patterns: ".gitignore,*.md,*.tftest.hcl,tests/**,examples/**"
30+
module-asset-exclude-patterns: ".gitignore,*.md,*.tftest.hcl,tests/**,examples/**"
31+
module-path-ignore: "examples,**/examples/**,tests,**/tests/**"

0 commit comments

Comments
 (0)