We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d0b82f commit 00625b2Copy full SHA for 00625b2
.github/workflows/nightly-publish-ci.yml
@@ -12,6 +12,7 @@ concurrency:
12
jobs:
13
nightly-publish:
14
runs-on: ubuntu-24.04
15
+ if: ${{ github.repository_owner == 'deephaven' }}
16
17
steps:
18
- name: Checkout
0 commit comments