From 27b0a56968203f3accffafd28fa53e61e25f2bc9 Mon Sep 17 00:00:00 2001 From: Anton SHEPILOV Date: Wed, 31 Jan 2024 14:53:30 +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/update-docs.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index 4c238541..9c2c74cc 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -6,8 +6,6 @@ on: jobs: update: runs-on: ubuntu-latest - needs: test - if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} steps: - uses: actions/checkout@v3 with: