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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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/checkout@v2.3.4
1414
- name: Set up Ruby

0 commit comments

Comments
 (0)