Skip to content

Commit

Permalink
Merge pull request #452 from nf-osi/patch/docs-workflow
Browse files Browse the repository at this point in the history
Don't build docs on closed PRs
  • Loading branch information
anngvu authored May 17, 2024
2 parents 8568d1f + 00e6aff commit 1e77744
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Build using docker
- name: Build using docker
if: github.event.action != 'closed'
run: |
docker run -v $(pwd):/app ghcr.io/nf-osi/data-model-docs
Expand Down

0 comments on commit 1e77744

Please sign in to comment.