From 90cc648336997c7b12791c7614b20ec3361cde3c Mon Sep 17 00:00:00 2001 From: Guilherme Gazzo Date: Sat, 2 Nov 2024 00:33:50 -0300 Subject: [PATCH] ci: external prs --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b646b683f18..dabd5ac27738 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -360,7 +360,7 @@ jobs: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Make sure matrix bindings load - if: ${{ matrix.platform == 'alpine' }} && (github.event.pull_request.head.repo.full_name == github.repository || github.event_name == 'release' || github.ref == 'refs/heads/develop') + if: (github.event.pull_request.head.repo.full_name == github.repository || github.event_name == 'release' || github.ref == 'refs/heads/develop') && matrix.platform == 'alpine' run: | docker run --rm -w /app/bundle/programs/server/npm/node_modules/matrix-appservice-bridge ghcr.io/rocketchat/rocket.chat:$RC_DOCKER_TAG -e 'require(".")'