Skip to content

Commit b95d171

Browse files
committed
modify workflow
1 parent 612dd90 commit b95d171

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/build-connector.yml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ on:
2828
jobs:
2929
build-extension:
3030
name: "Build Connector"
31+
if: ${{ github.event_name == 'push' || github.event.workflow_run.conclusion == 'success' }}
3132
runs-on: ubuntu-latest
3233
defaults:
3334
run:

.github/workflows/run-e2ecase.yml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ on:
2828
jobs:
2929
build-extension:
3030
name: "Run E2ECases"
31+
if: ${{ github.event.workflow_run.conclusion == 'success' }}
3132
runs-on: ubuntu-latest
3233
defaults:
3334
run:

.github/workflows/run-itcase.yml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ on:
2828
jobs:
2929
build-extension:
3030
name: "Run ITCases"
31+
if: ${{ github.event.workflow_run.conclusion == 'success' }}
3132
runs-on: ubuntu-latest
3233
defaults:
3334
run:

0 commit comments

Comments
 (0)