Skip to content

chore(deps): bump cycjimmy/semantic-release-action from 2 to 4 #76

chore(deps): bump cycjimmy/semantic-release-action from 2 to 4

chore(deps): bump cycjimmy/semantic-release-action from 2 to 4 #76

Workflow file for this run

name: Terraform Master Workflow
on:
push:
branches:
- main
- master
pull_request_target:
types:
- opened
- edited
- synchronize
pull_request:
branches:
- main
- master
jobs:
prTitlecheck:
name: PR title check
if: ${{ github.event_name == 'pull_request_target' && github.event.pull_request.base.ref == 'main' }}
uses: ./.github/workflows/pr-title.yaml
preCommitCheck:
name: Terraform Checks
uses: ./.github/workflows/terraform-checks.yaml
generateDocs:
name: Generate Terraform Docs
needs: preCommitCheck
uses: ./.github/workflows/terraform-docs.yaml

Check failure on line 30 in .github/workflows/terraform.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/terraform.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/terraform.yaml" -> "./.github/workflows/terraform-docs.yaml" (source branch with sha:13d5709cfc1fda8fce39c8a85a1999819a2da59e) : workflow is not reusable as it is missing a `on.workflow_call` trigger
release:
name: Release module
needs: generateDocs
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
uses: ./.github/workflows/release.yaml