drop new unnecessary condition

This commit is contained in:
Martin Raifer
2024-08-07 12:41:09 +02:00
committed by GitHub
parent 7a00288ff9
commit bd3f0df3d6
+1 -1
View File
@@ -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.