fix: prevent Deploy action running on forks

pull/1512/head
Oliver Eyton-Williams 4 years ago
parent d63d2ff63c
commit c2b38c19fa
No known key found for this signature in database
GPG Key ID: C4B00673186643C5

@ -8,7 +8,7 @@ on:
jobs:
test:
runs-on: ubuntu-20.04
if: github.repository == 'freeCodeCamp/devdocs'
steps:
- uses: actions/checkout@v2.3.4
- name: Set up Ruby

Loading…
Cancel
Save