Skip to content

Commit 93c59c8

Browse files
[REGRESSION] Debug part 4 of many for #177
1 parent 3c76d38 commit 93c59c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI-BUILD.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
security-events: none
3232
if: ${{ !cancelled() && (github.repository == 'reactive-firewall/multicast') }}
3333
runs-on: ubuntu-latest
34-
environment: ${{ env.ENVIRONMENT }}
34+
environment: ${{ (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/stable' || startsWith(github.ref, 'refs/tags/v')) && 'Deployment' || (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/feature') || startsWith(github.ref, 'refs/heads/patch-') || startsWith(github.ref, 'refs/tags/v')) && 'Testing' || 'Experimenting' }}
3535
defaults:
3636
run:
3737
shell: bash
@@ -68,7 +68,7 @@ jobs:
6868
if: ${{ !cancelled() }}
6969
needs: BUILD
7070
runs-on: ubuntu-latest
71-
environment: ${{ env.ENVIRONMENT }}
71+
environment: ${{ needs.BUILD.environment }}
7272
defaults:
7373
run:
7474
shell: bash

0 commit comments

Comments
 (0)