Skip to content

Commit 8c8dd7c

Browse files
authored
Using new build environment setting
1 parent 352034f commit 8c8dd7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ jobs:
132132

133133
build:
134134
needs: [ui-test, normal-tests]
135+
environment: ${{ startsWith(github.ref, 'refs/tags/v') && 'deployments' || 'development' }}
135136
runs-on: buildjet-2vcpu-ubuntu-2204
136137
steps:
137138
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)