Skip to content

Add a reusable workflow for terraform #53

Add a reusable workflow for terraform

Add a reusable workflow for terraform #53

Workflow file for this run

name: Jira
on:
pull_request:
branches: [main]
paths-ignore: ["*.md"]
jobs:
call-workflow-jira:
uses: ./.github/workflows/reusable-jira-workflow.yml
with:
branch_name: ${{ github.head_ref }}
secrets: inherit