Skip to content

Commit

Permalink
only run CI jobs on main fork
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Oct 26, 2024
1 parent f03bb5d commit 87fac80
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
style-compile-mima:
name: Compile, Code Style, Binary Compatibility
runs-on: ubuntu-22.04
if: github.repository == 'apache/pekko-connectors'
env:
JAVA_OPTS: -Xms2G -Xmx3G -Xss2M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8

Expand Down Expand Up @@ -49,6 +50,7 @@ jobs:
documentation:
name: ScalaDoc, Documentation with Paradox
runs-on: ubuntu-22.04
if: github.repository == 'apache/pekko-connectors'
env:
JAVA_OPTS: -Xms2G -Xmx3G -Xss2M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8

Expand Down Expand Up @@ -80,6 +82,7 @@ jobs:

connectors:
runs-on: ubuntu-22.04
if: github.repository == 'apache/pekko-connectors'

strategy:
fail-fast: false
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/link-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
validate-links:
runs-on: ubuntu-22.04
if: github.repository == 'apache/pekko-connectors'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nightly-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
test-compile:
name: Compile
runs-on: ubuntu-22.04
if: github.repository == 'apache/pekko-connectors'
strategy:
fail-fast: false
matrix:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nightly-pekko-1.0-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
test-compile:
name: Compile
runs-on: ubuntu-22.04
if: github.repository == 'apache/pekko-connectors'
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 87fac80

Please sign in to comment.