Skip to content

Commit 809b36c

Browse files
committed
update workflow
1 parent 316d78d commit 809b36c

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/build-connector.yml

Lines changed: 2 additions & 1 deletion
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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ name: Run E2ECases
2020
on:
2121
pull_request:
2222
push:
23-
branches:
24-
- master
2523

2624
jobs:
2725
build-extension:

.github/workflows/run-itcase.yml

Lines changed: 1 addition & 1 deletion
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)