Skip to content

Commit

Permalink
[ci] Disable run scheduled github actions in fork (#2943)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfliu authored Jan 18, 2024
1 parent aac5eb3 commit 1545c09
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/native_jni_s3_pytorch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ jobs:
aarch64_instance_id: ${{ steps.create_aarch64.outputs.action_graviton_instance_id }}

build-pytorch-jni-aarch64:
if: github.repository == 'deepjavalibrary/djl'
runs-on: [ self-hosted, aarch64 ]
container: amazonlinux:2
timeout-minutes: 30
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/native_jni_s3_pytorch_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
build-pytorch-jni-android:
if: github.repository == 'deepjavalibrary/djl'
runs-on: ubuntu-latest
env:
NDK_VERSION: "21.1.6352462"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nightly_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:

jobs:
build:
if: github.repository == 'deepjavalibrary/djl'
runs-on: macos-latest
strategy:
matrix:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/no_response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:

jobs:
noResponse:
if: github.repository == 'deepjavalibrary/djl'
runs-on: ubuntu-latest
steps:
- uses: lee-dohm/no-response@v0.5.0
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish_android_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:

jobs:
release-android:
if: github.repository == 'deepjavalibrary/djl'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 1545c09

Please sign in to comment.