Skip to content

Commit

Permalink
Build: Set more workflows as skip forks (origin only)
Browse files Browse the repository at this point in the history
browsers jobs require BrowserStack sectrets and will fail otherwise,
which adds distraction to local commit histories.
  • Loading branch information
Krinkle committed Jun 28, 2021
1 parent 3579db4 commit 9f8f0fb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/browsers-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
jobs:
run:
name: BrowserStack
if: github.repository == "qunitjs/qunit" # skip on forks
runs-on: ubuntu-latest
env:
PUPPETEER_DOWNLOAD_PATH: ~/.puppeteer_download
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/browsers-quick.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
jobs:
run:
name: BrowserStack
if: github.repository == "qunitjs/qunit" # skip on forks
runs-on: ubuntu-latest
env:
PUPPETEER_DOWNLOAD_PATH: ~/.puppeteer_download
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/doc-search.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
run:
name: Update search index
if: github.repository == "qunitjs/qunit" # skip on forks
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/spider-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
# Includes Python 3
# https://github.com/actions/virtual-environments/blob/ubuntu20/20210318.0/images/linux/Ubuntu2004-README.md
runs-on: ubuntu-latest
if: github.repository == "qunitjs/qunit" # skip on forks
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 9f8f0fb

Please sign in to comment.