Skip to content

Commit

Permalink
drop new unnecessary condition
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrasd authored Aug 7, 2024
1 parent 7a00288 commit bd3f0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bd3f0df

Please sign in to comment.