Skip to content

Commit

Permalink
Don't build docs on closed PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
anngvu committed May 17, 2024
1 parent 8568d1f commit 00e6aff
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 00e6aff

Please sign in to comment.