Skip to content

Commit c25bc7d

Browse files
authored
use prod environment for cd workflow (#774)
1 parent ab7d1b5 commit c25bc7d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ permissions: {}
2424

2525
jobs:
2626
cd:
27-
strategy:
28-
fail-fast: false
29-
matrix:
30-
environment: [dev, ops, prod]
3127
name: CD
3228
uses: grafana/plugin-ci-workflows/.github/workflows/cd.yml@ci-cd-workflows/v4.3.0
3329
permissions:
@@ -36,7 +32,7 @@ jobs:
3632
attestations: write
3733
with:
3834
branch: ${{ github.event.inputs.branch }}
39-
environment: ${{ matrix.environment }}
35+
environment: 'prod'
4036
docs-only: ${{ fromJSON(github.event.inputs.docs-only) }}
4137
scopes: ${{ github.event.inputs.environment == 'cloud (recommended)' && 'grafana_cloud' || github.event.inputs.environment == 'on-prem (for emergencies fix to On Prem customers)' && 'universal' }}
4238
go-version: '1.24'

0 commit comments

Comments
 (0)