Merge pull request #1512 from ojeytonwilliams/fix/stop-action-on-fork

fix: prevent Deploy action running on forks
pull/1526/head
Oliver Eyton-Williams 4 years ago committed by GitHub
commit 877161608d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save