mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-12 12:41:51 +02:00
drop new unnecessary condition
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user