We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3481059 commit 3fcf025Copy full SHA for 3fcf025
.github/workflows/release.yml
@@ -4,6 +4,9 @@ on:
4
release:
5
types: [published]
6
7
+env:
8
+ UPLOAD_LAMBDA: false
9
+
10
jobs:
11
test:
12
name: Test lambda function
@@ -21,6 +24,7 @@ jobs:
21
24
build-and-upload:
22
25
name: Build GitHub action and AWS lambda function
23
26
needs: test
27
+ if: UPLOAD_LAMBDA == 'true'
28
runs-on: ubuntu-latest
29
30
steps:
@@ -48,6 +52,7 @@ jobs:
48
52
test-new-version:
49
53
name: Test uploaded lambda
50
54
needs: build
55
51
56
57
58
0 commit comments