Skip to content

Commit 6d171cc

Browse files
committed
modify workflow
1 parent edb8a2a commit 6d171cc

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/build-connector.yml

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

.github/workflows/run-e2ecase.yml

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

.github/workflows/run-itcase.yml

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

0 commit comments

Comments
 (0)