Skip to content

Commit

Permalink
Merge pull request #3343 from hashicorp/f/triggering-automation-for-a…
Browse files Browse the repository at this point in the history
…pi-definitions-v2

automation: running the automation when `./api-definitions` changes
  • Loading branch information
tombuildsstuff authored Nov 14, 2023
2 parents 14e75d7 + 152cd28 commit d55505e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/automation-extract-tf-resource-ids.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Extract TF resource IDs
on:
pull_request_target:
paths:
- 'api-definitions/**' # needed until https://github.com/hashicorp/pandora/issues/3315 is implemented
- 'data/**'
types: ['opened', 'edited']

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/automation-regenerate-go-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
paths:
- 'api-definitions/**'
- 'data/**'
- 'tools/generator-go-sdk/**'
workflow_dispatch: # for manual invocations
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/automation-regenerate-terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
paths:
- 'api-definitions/**'
- 'data/**'
- 'tools/generator-terraform/**'
workflow_dispatch: # for manual invocations
Expand Down

0 comments on commit d55505e

Please sign in to comment.