We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd04f1 commit 3a75901Copy full SHA for 3a75901
.github/workflows/deploy-smoke-test.yml
@@ -57,10 +57,6 @@ jobs:
57
environment: ${{ fromJSON(needs.detect-environments.outputs.environments) }}
58
environment: ${{ matrix.environment }}
59
steps:
60
-# - name: Set up Python
61
-# uses: actions/setup-python@v5
62
-# with:
63
-# python-version: 3.12
64
65
- name: Install aws cli
66
run: |
@@ -83,7 +79,6 @@ jobs:
83
79
path: ./artifacts
84
80
85
81
- name: Update AWS Synthetics Canary function code in development environment
86
- if: ${{ matrix.environment == 'development' }}
87
82
88
zip_file_base64=$(base64 artifacts/smoke-test-package.zip)
89
aws synthetics update-canary \
0 commit comments