From 71e03b1b694dd8bd8e684743dc8881eef3da18aa Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Sat, 5 Dec 2020 23:57:52 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=F0=9F=91=B7=20Fix=20a=20release=20?= =?UTF-8?q?if-clause=20for=20tag=20creation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/python-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index da8e5b38b1..30445e9084 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -17,7 +17,7 @@ jobs: tests: if: >- # https://twitter.com/webKnjaZ/status/1308803017001652225 github.event_name != 'create' || - github.ref_type == 'tag' + github.event.ref_type == 'tag' runs-on: ${{ matrix.os }} strategy: # max-parallel: 5