Skip to content

Commit 583fdc0

Browse files
authored
Fix: [AEA-0000] - do not need environment for gh pages update (#411)
## Summary - Routine Change ### Details - do not need environment for gh pages update
1 parent 165aa46 commit 583fdc0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/cdk_release_code.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ jobs:
126126

127127
update_github_pages:
128128
runs-on: ubuntu-22.04
129-
environment: ${{ inputs.TARGET_ENVIRONMENT }}
130129
if: ${{ always() && !failure() && !cancelled() }}
131130
needs: [release_code]
132131
permissions:

0 commit comments

Comments
 (0)