Skip to content

Commit 1ca7d87

Browse files
author
gy389672
committed
add if
1 parent fb990a2 commit 1ca7d87

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/seekdb.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ env:
2626
jobs:
2727
seekdb-setup:
2828
name: setup
29+
if: ${{ github.repository_owner == 'oceanbase' && (github.event_name != 'pull_request' || !github.event.pull_request.draft) }}
2930
runs-on: arc-runner-k8s-ci-org
3031
container:
3132
image: harbor.oceanbase-dev.com/obrde-test/ob-actions-runner-worker:0.0.2
@@ -115,7 +116,7 @@ jobs:
115116
- name: Checkout
116117
uses: actions/checkout@v4
117118

118-
- name: Place observer (from NFS or fallback wget)
119+
- name: Place observer (from NFS)
119120
shell: bash
120121
run: |
121122
OBSERVER_ZST="${{ env.SEEKDB_RESULT_NFS_ROOT }}/${{ github.run_id }}/attempt-${{ github.run_attempt }}/setup/observer.zst"

0 commit comments

Comments
 (0)