Skip to content

Commit 00625b2

Browse files
authored
fix: Only run nightly-publish-ci for deephaven project (deephaven#5943)
1 parent 4d0b82f commit 00625b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nightly-publish-ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ concurrency:
1212
jobs:
1313
nightly-publish:
1414
runs-on: ubuntu-24.04
15+
if: ${{ github.repository_owner == 'deephaven' }}
1516

1617
steps:
1718
- name: Checkout

0 commit comments

Comments
 (0)