Skip to content

Commit

Permalink
only run on upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Nov 17, 2023
1 parent f43686c commit 51d1382
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publishdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
if: github.repository_owner == 'INCF'
steps:
- name: Checkout master
uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/update_spreadsheet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:

runs-on: ubuntu-latest

if: github.repository_owner == 'INCF'

steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,19 @@ name: validate jsonld

on:
push:
branches:
branches:
- master
- main
- dev
- dev
pull_request:
branches: '*'

jobs:
build:
runs-on: ubuntu-latest

if: github.repository_owner == 'INCF'

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Setup Node
Expand Down

0 comments on commit 51d1382

Please sign in to comment.