We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 612dd90 commit b95d171Copy full SHA for b95d171
.github/workflows/build-connector.yml
@@ -28,6 +28,7 @@ on:
28
jobs:
29
build-extension:
30
name: "Build Connector"
31
+ if: ${{ github.event_name == 'push' || github.event.workflow_run.conclusion == 'success' }}
32
runs-on: ubuntu-latest
33
defaults:
34
run:
.github/workflows/run-e2ecase.yml
name: "Run E2ECases"
+ if: ${{ github.event.workflow_run.conclusion == 'success' }}
.github/workflows/run-itcase.yml
name: "Run ITCases"
0 commit comments