Skip to content

Commit

Permalink
[ci] update-docs: skip this workflow when running in a fork
Browse files Browse the repository at this point in the history
  • Loading branch information
0x53A committed Nov 6, 2024
1 parent 0d1f4d1 commit 97a46f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ env:

jobs:
notify-docs:
# do not run this job in a fork
if: github.repository_owner == 'godot-rust'
runs-on: ubuntu-22.04
steps:
# Checkout is always needed, for the notify step
Expand Down

0 comments on commit 97a46f3

Please sign in to comment.