From 7f5ad9291f7b8bb66f350f4011b686b401111f1d Mon Sep 17 00:00:00 2001 From: Anton SHEPILOV Date: Wed, 31 Jan 2024 14:44:35 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3Publish=20docker=20image=20for=20fe?= =?UTF-8?q?deration=20server?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish-matrix-invite.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/publish-matrix-invite.yml b/.github/workflows/publish-matrix-invite.yml index 49516314..0ecd580a 100644 --- a/.github/workflows/publish-matrix-invite.yml +++ b/.github/workflows/publish-matrix-invite.yml @@ -7,12 +7,8 @@ on: workflow_call: jobs: - tests: - uses: ./.github/workflows/tests.yml publish-docker: runs-on: ubuntu-latest - needs: test - if: github.event_name == 'push' steps: - uses: actions/checkout@v3 - name: Get all src files that have changed