Skip to content

Commit 3a75901

Browse files
committed
Removed dev restriction for deployment
1 parent 7cd04f1 commit 3a75901

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/deploy-smoke-test.yml

-5
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ jobs:
5757
environment: ${{ fromJSON(needs.detect-environments.outputs.environments) }}
5858
environment: ${{ matrix.environment }}
5959
steps:
60-
# - name: Set up Python
61-
# uses: actions/setup-python@v5
62-
# with:
63-
# python-version: 3.12
6460

6561
- name: Install aws cli
6662
run: |
@@ -83,7 +79,6 @@ jobs:
8379
path: ./artifacts
8480

8581
- name: Update AWS Synthetics Canary function code in development environment
86-
if: ${{ matrix.environment == 'development' }}
8782
run: |
8883
zip_file_base64=$(base64 artifacts/smoke-test-package.zip)
8984
aws synthetics update-canary \

0 commit comments

Comments
 (0)