Skip to content

Commit 6ab18bf

Browse files
committed
update workflow
1 parent 42b70ef commit 6ab18bf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-connector.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ on:
2323

2424
jobs:
2525
build-extension:
26-
name: "Build Connector (Flink ${{ matrix.flink-version }})"
26+
name: "Build Connector"
2727
runs-on: ubuntu-latest
28+
if: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) }}
2829
strategy:
2930
matrix:
3031
flink-version: ['1.15', '1.16', '1.17', '1.18', '1.19', '1.20']

.github/workflows/run-e2ecase.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,12 @@ name: Run E2ECases
2020
on:
2121
pull_request:
2222
push:
23-
branches:
24-
- master
2523

2624
jobs:
2725
build-extension:
2826
name: "Run E2ECases"
2927
runs-on: ubuntu-latest
28+
if: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) }}
3029
env:
3130
TZ: Asia/Shanghai
3231
defaults:

.github/workflows/run-itcase.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ name: Run ITCases
2020
on:
2121
pull_request:
2222
push:
23-
- master
2423

2524
jobs:
2625
build-extension:
2726
name: "Run ITCases"
2827
runs-on: ubuntu-latest
28+
if: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) }}
2929
strategy:
3030
matrix:
3131
java-version: [8]

0 commit comments

Comments
 (0)