[#IOPID-3705] Duplication of IO-FIMS endpoints #3
Workflow file for this run
This file contains hidden or 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_fims_platform | |
| on: | |
| pull_request: | |
| types: | |
| - opened | |
| - edited | |
| - synchronize | |
| - reopened | |
| branches: | |
| - master | |
| paths: | |
| - 'openapi/generated/api_fims_platform.yaml' | |
| - '.github/workflows/pr_opex_api_fims_platform.yml' | |
| - '.github/workflows/opex_api_fims_platform.yml' | |
| - '.opex/api_fims_platform/**' | |
| workflow_dispatch: | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | |
| cancel-in-progress: false | |
| permissions: | |
| id-token: write | |
| pull-requests: write | |
| jobs: | |
| plan: | |
| uses: ./.github/workflows/call_pr_opex_api.yml | |
| name: Plan changes against Production | |
| secrets: | |
| AZURE_CLIENT_ID_CI: ${{ secrets.AZURE_CLIENT_ID_CI }} | |
| AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }} | |
| AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }} | |
| with: | |
| api_name: api_fims_platform |