File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 27
27
- name : Install dependencies
28
28
run : yarn install && yarn build
29
29
- name : Upload distribution
30
- if : startsWith(github.ref, 'refs/tags/')
30
+ # if: startsWith(github.ref, 'refs/tags/')
31
31
uses : actions/upload-artifact@v1
32
32
with :
33
33
name : ${{ github.job }}
48
48
- name : Install dependencies
49
49
run : yarn install && yarn build
50
50
- name : Upload distribution
51
- if : startsWith(github.ref, 'refs/tags/')
51
+ # if: startsWith(github.ref, 'refs/tags/')
52
52
uses : actions/upload-artifact@v1
53
53
with :
54
54
name : ${{ github.job }}
59
59
container : node:12
60
60
env :
61
61
lambda_name : scale-runners
62
- lambda_path : modules/scale- runners/lambdas/scale-runners
62
+ lambda_path : modules/runners/lambdas/scale-runners
63
63
defaults :
64
64
run :
65
65
working-directory : ${{ env.lambda_path }}
68
68
- name : Install dependencies
69
69
run : yarn install && yarn build
70
70
- name : Upload distribution
71
- if : startsWith(github.ref, 'refs/tags/')
71
+ # if: startsWith(github.ref, 'refs/tags/')
72
72
uses : actions/upload-artifact@v1
73
73
with :
74
74
name : ${{ github.job }}
You can’t perform that action at this time.
0 commit comments