Skip to content

Commit 8771616

Browse files
Merge pull request #1512 from ojeytonwilliams/fix/stop-action-on-fork
fix: prevent Deploy action running on forks
2 parents d63d2ff + c2b38c1 commit 8771616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
test:
1010
runs-on: ubuntu-20.04
11-
11+
if: github.repository == 'freeCodeCamp/devdocs'
1212
steps:
1313
- uses: actions/[email protected]
1414
- name: Set up Ruby

0 commit comments

Comments
 (0)