Skip to content

Commit 44be4f3

Browse files
committed
Fix workflow
1 parent 3fcf025 commit 44be4f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
build-and-upload:
2525
name: Build GitHub action and AWS lambda function
2626
needs: test
27-
if: UPLOAD_LAMBDA == 'true'
27+
if: "false" # To be removed
2828
runs-on: ubuntu-latest
2929

3030
steps:
@@ -51,8 +51,8 @@ jobs:
5151

5252
test-new-version:
5353
name: Test uploaded lambda
54-
needs: build
55-
if: UPLOAD_LAMBDA == 'true'
54+
needs: build-and-upload
55+
if: "false" # To be removed
5656
runs-on: ubuntu-latest
5757

5858
steps:

0 commit comments

Comments
 (0)