Skip to content

Commit 9786181

Browse files
committed
Configure merge group
1 parent bbc93a1 commit 9786181

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
- develop
1313
release:
1414
types: [published]
15+
merge_group:
16+
types: [checks_requested]
1517

1618
env:
1719
REGISTRY: ghcr.io
@@ -46,7 +48,7 @@ jobs:
4648
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
4749
with:
4850
node-version: 22
49-
cache: 'yarn'
51+
cache: "yarn"
5052
cache-dependency-path: yarn.lock
5153

5254
- name: Restore the deps and _build cache
@@ -59,7 +61,7 @@ jobs:
5961
deps
6062
_build
6163
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-
6365

6466
- name: Install dependencies
6567
if: steps.restore-cache.outputs.cache-hit != 'true'
@@ -165,7 +167,7 @@ jobs:
165167
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
166168
with:
167169
node-version: 22
168-
cache: 'yarn'
170+
cache: "yarn"
169171
cache-dependency-path: demo/yarn.lock
170172

171173
- name: Restore the deps and _build cache
@@ -180,7 +182,7 @@ jobs:
180182
demo/deps
181183
demo/_build
182184
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-
184186

185187
- name: Install dependencies
186188
if: steps.restore-cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)