We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab7d1b5 commit c25bc7dCopy full SHA for c25bc7d
.github/workflows/publish.yml
@@ -24,10 +24,6 @@ permissions: {}
24
25
jobs:
26
cd:
27
- strategy:
28
- fail-fast: false
29
- matrix:
30
- environment: [dev, ops, prod]
31
name: CD
32
uses: grafana/plugin-ci-workflows/.github/workflows/cd.yml@ci-cd-workflows/v4.3.0
33
permissions:
@@ -36,7 +32,7 @@ jobs:
36
attestations: write
37
with:
38
34
branch: ${{ github.event.inputs.branch }}
39
- environment: ${{ matrix.environment }}
35
+ environment: 'prod'
40
docs-only: ${{ fromJSON(github.event.inputs.docs-only) }}
41
scopes: ${{ github.event.inputs.environment == 'cloud (recommended)' && 'grafana_cloud' || github.event.inputs.environment == 'on-prem (for emergencies fix to On Prem customers)' && 'universal' }}
42
go-version: '1.24'
0 commit comments