mirror of
https://github.com/servo/servo.git
synced 2025-08-08 23:15:33 +01:00
Do not run specialized workflow on forks
This commit is contained in:
parent
1208fd298d
commit
4a7075b0db
5 changed files with 18 additions and 0 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -7,6 +7,8 @@ on:
|
|||
|
||||
jobs:
|
||||
upload-docs:
|
||||
# This job is only useful when run on upstream servo.
|
||||
if: github.repository == 'servo/servo' || github.event_name == 'workflow_dispatch'
|
||||
name: Upload docs to GitHub Pages
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue