Skip to content

Commit

Permalink
[ci] Disable github actions runner for non-djl repo (#3220)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfliu authored May 29, 2024
1 parent a12137a commit ddbb95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-job-success.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:

jobs:
publish-job-success-to-cloudwatch:
if: ${{ github.event.workflow_run.event == 'schedule' }}
if: ${{ github.repository == 'deepjavalibrary/djl' && github.event.workflow_run.event == 'schedule' }}
runs-on: ubuntu-latest
steps:
- name: Configure AWS Credentials
Expand Down

0 comments on commit ddbb95a

Please sign in to comment.