Skip to content

Commit

Permalink
Merge pull request #3595 from matsim-org/kt86-patch-1
Browse files Browse the repository at this point in the history
Fix error in deploy-dtds.yaml
  • Loading branch information
kt86 authored Nov 26, 2024
2 parents 1513628 + 4c346e6 commit b2de982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dtds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
rsync-dtds:
if: github.event.pull_request.merged == true // only if PR closed by merging
if: github.event.pull_request.merged == true # only if PR closed by merging
name: sync DTDs to website
runs-on: ubuntu-latest

Expand Down

0 comments on commit b2de982

Please sign in to comment.