Skip to content

Commit bd3f0df

Browse files
authored
drop new unnecessary condition
1 parent 7a00288 commit bd3f0df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
deploy:
1313
name: Deploy
1414
runs-on: ubuntu-latest
15-
if: "!contains(github.event.head_commit.message, 'Deploy') && github.repository == 'openstreetmap/id-tagging-schema'"
15+
if: "github.repository == 'openstreetmap/id-tagging-schema'"
1616
steps:
1717
- name: Checkout
1818
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.

0 commit comments

Comments
 (0)