We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fcf025 commit 44be4f3Copy full SHA for 44be4f3
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
build-and-upload:
25
name: Build GitHub action and AWS lambda function
26
needs: test
27
- if: UPLOAD_LAMBDA == 'true'
+ if: "false" # To be removed
28
runs-on: ubuntu-latest
29
30
steps:
@@ -51,8 +51,8 @@ jobs:
51
52
test-new-version:
53
name: Test uploaded lambda
54
- needs: build
55
+ needs: build-and-upload
56
57
58
0 commit comments