Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Bump OpenTelemetry.Instrumentation.AspNetCore from 1.0.0-rc9.8 to 1.8.1 in /src/Services/Podcasts/Podcast.API #188

Bump OpenTelemetry.Instrumentation.AspNetCore from 1.0.0-rc9.8 to 1.8.1 in /src/Services/Podcasts/Podcast.API

Bump OpenTelemetry.Instrumentation.AspNetCore from 1.0.0-rc9.8 to 1.8.1 in /src/Services/Podcasts/Podcast.API #188

Workflow file for this run

name: Podcast API CICD
on:
push:
branches: [main]
paths:
- "src/Services/Podcasts/**"
- "deploy/Services/api.bicep"
- ".github/workflows/podcast-api.yml"
pull_request:
branches: [main]
paths:
- "src/Services/Podcasts/**"
- ".github/workflows/podcast-api.yml"
workflow_dispatch:
jobs:
buildPushDeployStaging:
name: "staging"
if: "!contains(github.ref, 'refs/heads/main')"
uses: ./.github/workflows/template-api.yml
concurrency:
group: staging-api
cancel-in-progress: true
secrets: inherit
with:
environment: staging
buildPushDeployProd:
name: "prod"
if: contains(github.ref, 'refs/heads/main')
uses: ./.github/workflows/template-api.yml
concurrency:
group: prod-api
cancel-in-progress: true
secrets: inherit
with:
environment: prod