From 5ec5c60a771a46f581b8a21b4613548f93176af4 Mon Sep 17 00:00:00 2001 From: Daniel Hollas Date: Thu, 28 Nov 2024 22:17:12 +0000 Subject: [PATCH] TO BE REVERTED: Don't skip tag check on PR --- .github/workflows/publish.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b3c099e..889d443 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,10 +20,6 @@ jobs: check-release-tag: name: Check tag version - if: >- - github.repository == 'aiidateam/aiida-test-cache' && - github.event_name == 'push' && - github.ref_type == 'tag' runs-on: ubuntu-latest steps: - uses: actions/checkout@v4