Skip to content

Commit

Permalink
ci(deps): update terraform-ibm-modules/common-pipeline-assets action …
Browse files Browse the repository at this point in the history
…to v1.9.1 (#398)

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: terraform-ibm-modules-dev <[email protected]>
  • Loading branch information
3 people authored Apr 29, 2023
1 parent 8c9c912 commit f941afe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
call-terraform-ci-pipeline:
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-terraform-module-ci.yml@v1.8.1
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-terraform-module-ci.yml@v1.9.1
secrets: inherit
with:
craTarget: "examples/new-resource-group"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ on:
jobs:
call-terraform-release-pipeline:
if: ${{ github.event_name == 'workflow_dispatch' || (github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success') }}
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-release.yml@v1.8.1
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-release.yml@v1.9.1
secrets: inherit

0 comments on commit f941afe

Please sign in to comment.