From bd3f0df3d6d17db8c6f0ae9945117474d6196e4e Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Wed, 7 Aug 2024 12:41:09 +0200 Subject: [PATCH] drop new unnecessary condition --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0fccc0aa..fe59ff96 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: deploy: name: Deploy runs-on: ubuntu-latest - if: "!contains(github.event.head_commit.message, 'Deploy') && github.repository == 'openstreetmap/id-tagging-schema'" + if: "github.repository == 'openstreetmap/id-tagging-schema'" steps: - name: Checkout uses: actions/checkout@v3 # If you're using actions/checkout@v3 you must set persist-credentials to false in most cases for the deployment to work correctly.