From cd20c6e4dc528e86a8975cb430702e8f052a8893 Mon Sep 17 00:00:00 2001 From: Nautilus <78522210+sudo-nautilus@users.noreply.github.com> Date: Sun, 7 Mar 2021 15:35:14 +0530 Subject: [PATCH] Update build.yml if success: do nothing --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9217a08..9fe5037 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -122,7 +122,7 @@ jobs: path: artifacts/* publish_release: name: Publish release - if: github.event_name != 'push' + if: ${{github.event_name != 'push'}} needs: build_ffmpeg runs-on: ubuntu-latest steps: