We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb990a2 commit 1ca7d87Copy full SHA for 1ca7d87
1 file changed
.github/workflows/seekdb.yml
@@ -26,6 +26,7 @@ env:
26
jobs:
27
seekdb-setup:
28
name: setup
29
+ if: ${{ github.repository_owner == 'oceanbase' && (github.event_name != 'pull_request' || !github.event.pull_request.draft) }}
30
runs-on: arc-runner-k8s-ci-org
31
container:
32
image: harbor.oceanbase-dev.com/obrde-test/ob-actions-runner-worker:0.0.2
@@ -115,7 +116,7 @@ jobs:
115
116
- name: Checkout
117
uses: actions/checkout@v4
118
- - name: Place observer (from NFS or fallback wget)
119
+ - name: Place observer (from NFS)
120
shell: bash
121
run: |
122
OBSERVER_ZST="${{ env.SEEKDB_RESULT_NFS_ROOT }}/${{ github.run_id }}/attempt-${{ github.run_attempt }}/setup/observer.zst"
0 commit comments