Fixed undefined var issues in the create.yml and delete.yml files of azure_manage_postgresql role #195
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: changelog | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | |
cancel-in-progress: true | |
on: | |
pull_request: | |
types: | |
- opened | |
- reopened | |
- labeled | |
- unlabeled | |
- synchronize | |
branches: | |
- main | |
- stable-* | |
tags: | |
- '*' | |
jobs: | |
test: | |
uses: ansible-network/github_actions/.github/workflows/changelog.yml@main |