File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 12
12
- develop
13
13
release :
14
14
types : [published]
15
+ merge_group :
16
+ types : [checks_requested]
15
17
16
18
env :
17
19
REGISTRY : ghcr.io
46
48
uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
47
49
with :
48
50
node-version : 22
49
- cache : ' yarn'
51
+ cache : " yarn"
50
52
cache-dependency-path : yarn.lock
51
53
52
54
- name : Restore the deps and _build cache
59
61
deps
60
62
_build
61
63
key : ${{ runner.os }}-${{ matrix.elixir }}-${{ matrix.otp }}-build-deps-mixlockhash-${{ env.MIX_LOCK_HASH }}
62
- restore-keys : ${{ runner.os }}-${{ matrix.elixir }}-${{ matrix.otp }}-build-deps-
64
+ restore-keys : ${{ runner.os }}-${{ matrix.elixir }}-${{ matrix.otp }}-build-deps-
63
65
64
66
- name : Install dependencies
65
67
if : steps.restore-cache.outputs.cache-hit != 'true'
@@ -165,7 +167,7 @@ jobs:
165
167
uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
166
168
with :
167
169
node-version : 22
168
- cache : ' yarn'
170
+ cache : " yarn"
169
171
cache-dependency-path : demo/yarn.lock
170
172
171
173
- name : Restore the deps and _build cache
@@ -180,7 +182,7 @@ jobs:
180
182
demo/deps
181
183
demo/_build
182
184
key : ${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-build-deps-demo-mixlockhash-${{ env.MIX_LOCK_HASH }}
183
- restore-keys : ${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-build-deps-demo-
185
+ restore-keys : ${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-build-deps-demo-
184
186
185
187
- name : Install dependencies
186
188
if : steps.restore-cache.outputs.cache-hit != 'true'
You can’t perform that action at this time.
0 commit comments