Skip to content

Commit

Permalink
fix: Only run nightly-publish-ci for deephaven project (deephaven#5943)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith authored Aug 15, 2024
1 parent 4d0b82f commit 00625b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly-publish-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ concurrency:
jobs:
nightly-publish:
runs-on: ubuntu-24.04
if: ${{ github.repository_owner == 'deephaven' }}

steps:
- name: Checkout
Expand Down

0 comments on commit 00625b2

Please sign in to comment.