Skip to content

Commit 3a37c2a

Browse files
authored
Merge pull request #945 from 0x53A/patch-1
CI: skip `notify-docs` job when running in a fork
2 parents 0d1f4d1 + 97a46f3 commit 3a37c2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ env:
2323

2424
jobs:
2525
notify-docs:
26+
# do not run this job in a fork
27+
if: github.repository_owner == 'godot-rust'
2628
runs-on: ubuntu-22.04
2729
steps:
2830
# Checkout is always needed, for the notify step

0 commit comments

Comments
 (0)