Skip to content

Commit d1e5b36

Browse files
authored
Merge pull request #179 from OAI/ci/fix-publish-fork
ci: adds condition so the publish workflow only runs upstream
2 parents f49e51f + 1014900 commit d1e5b36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/schema-publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515

1616
jobs:
1717
publish:
18+
if: github.repository == 'OAI/Overlay-Specification'
1819
runs-on: ubuntu-latest
1920

2021
steps:

0 commit comments

Comments
 (0)