mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
fix: prevent Deploy action running on forks
This commit is contained in:
parent
d63d2ff63c
commit
c2b38c19fa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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…
Reference in a new issue