Revert "[IOCOM-1702] chore: add new action group for io_com_monitor" #40
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: PR - Opex Dashboard api_backend | |
on: | |
pull_request: | |
types: | |
- opened | |
- edited | |
- synchronize | |
- reopened | |
branches: | |
- master | |
paths: | |
- 'api_backend.yaml' | |
- '.github/workflows/pr_opex_api_backend.yml' | |
- '.github/workflows/opex_api_backend.yml' | |
- '.opex/api_backend/**' | |
workflow_dispatch: | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | |
cancel-in-progress: false | |
jobs: | |
plan: | |
uses: ./.github/workflows/call_pr_opex_api.yml | |
name: Plan changes against Production | |
secrets: inherit | |
with: | |
api_name: api_backend |