Skip to content

Commit 1c92079

Browse files
committed
fix aws
1 parent f3fb9ad commit 1c92079

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

.github/workflows/master.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4346,7 +4346,6 @@ jobs:
43464346
fetch-depth: 0
43474347
filter: tree:0
43484348
- name: Install aws cli
4349-
if: ${{ env.NEEDS_BINARY_PROCESSING == 'true' }}
43504349
uses: unfor19/install-aws-cli-action@v1
43514350
with:
43524351
version: 2

.github/workflows/pull_request.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4280,7 +4280,6 @@ jobs:
42804280
fetch-depth: 0
42814281
filter: tree:0
42824282
- name: Install aws cli
4283-
if: ${{ env.NEEDS_BINARY_PROCESSING == 'true' }}
42844283
uses: unfor19/install-aws-cli-action@v1
42854284
with:
42864285
version: 2

.github/workflows/release_builds.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1227,7 +1227,6 @@ jobs:
12271227
fetch-depth: 0
12281228
filter: tree:0
12291229
- name: Install aws cli
1230-
if: ${{ env.NEEDS_BINARY_PROCESSING == 'true' }}
12311230
uses: unfor19/install-aws-cli-action@v1
12321231
with:
12331232
version: 2

ci/praktika/yaml_additional_templates.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ class AltinityWorkflowTemplates:
143143
fetch-depth: 0
144144
filter: tree:0
145145
- name: Install aws cli
146-
if: ${{ env.NEEDS_BINARY_PROCESSING == 'true' }}
147146
uses: unfor19/install-aws-cli-action@v1
148147
with:
149148
version: 2

0 commit comments

Comments
 (0)