Skip to content

Commit

Permalink
further limit docs-push ghci step
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmad Rezaii <[email protected]>
  • Loading branch information
arezaii committed Feb 7, 2025
1 parent 6eb636d commit 2631664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
done
publish-docs:
if: github.event_name == 'push'
if: github.event_name == 'push' && github.repository == 'chapel-lang/chapel'
runs-on: ubuntu-latest
needs: make_doc
steps:
Expand Down

0 comments on commit 2631664

Please sign in to comment.