From 89a1ca9e70ccfee5af687ca61a1a15103b1d77e2 Mon Sep 17 00:00:00 2001 From: chichi1177 <159745443+chichi1177@users.noreply.github.com> Date: Fri, 27 Sep 2024 10:04:02 +0800 Subject: [PATCH 1/5] Update benchmark.yml --- .github/workflows/benchmark.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index b42b7bb51dc..07009e198a7 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -151,6 +151,7 @@ jobs: name: benchmark-report path: benchmark/ + clean: if: always() name: Clean @@ -167,4 +168,4 @@ jobs: with: action: "clean" ask-config: "${{ secrets.ASK_CONFIG_VIRGINA }}" - job-id: ${{ strategy.job-index }} \ No newline at end of file + job-id: ${{ strategy.job-index }} From 545353f5037b77228b81376bf6140da8290479a1 Mon Sep 17 00:00:00 2001 From: chichi1177 <159745443+chichi1177@users.noreply.github.com> Date: Fri, 27 Sep 2024 10:20:03 +0800 Subject: [PATCH 2/5] Update maven.yaml --- .github/workflows/maven.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml index f17c20b1ab8..c3157d53afe 100644 --- a/.github/workflows/maven.yaml +++ b/.github/workflows/maven.yaml @@ -1,7 +1,7 @@ name: Build and Run Tests by Maven on: - pull_request: - types: [opened, reopened, synchronize] + # pull_request: + # types: [opened, reopened, synchronize] push: branches: [master, develop, bazel] @@ -55,4 +55,4 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | echo "Attempting to retry workflow..." - gh workflow run rerun-workflow.yml -F run_id=${{ github.run_id }} \ No newline at end of file + gh workflow run rerun-workflow.yml -F run_id=${{ github.run_id }} From 950c4f098d4fca24ac245e974ba44acdd90dcf14 Mon Sep 17 00:00:00 2001 From: chichi1177 <159745443+chichi1177@users.noreply.github.com> Date: Fri, 27 Sep 2024 10:36:02 +0800 Subject: [PATCH 3/5] Update codeql_analysis.yml --- .github/workflows/codeql_analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql_analysis.yml b/.github/workflows/codeql_analysis.yml index e5e8d323a29..8705589996e 100644 --- a/.github/workflows/codeql_analysis.yml +++ b/.github/workflows/codeql_analysis.yml @@ -1,8 +1,8 @@ name: CodeQL Analysis on: - pull_request: - types: [opened, reopened, synchronize] + # pull_request: + # types: [opened, reopened, synchronize] push: branches: - master From 98e3e11f8386f9bb64c88cd70d0328bece57cbba Mon Sep 17 00:00:00 2001 From: chichi1177 <159745443+chichi1177@users.noreply.github.com> Date: Fri, 27 Sep 2024 10:36:49 +0800 Subject: [PATCH 4/5] Update integration-test.yml --- .github/workflows/integration-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 8179f362879..c750f32117c 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -1,7 +1,7 @@ name: Run Integration Tests on: - pull_request: - types: [opened, reopened, synchronize] + # pull_request: + # types: [opened, reopened, synchronize] push: branches: [master, develop] From 5e3627398d4d65eccdb436d1c71f87c64f4412f4 Mon Sep 17 00:00:00 2001 From: chichi1177 <159745443+chichi1177@users.noreply.github.com> Date: Fri, 27 Sep 2024 10:45:35 +0800 Subject: [PATCH 5/5] Update coverage.yml --- .github/workflows/coverage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index afa8e0f51ac..43a1213ccd1 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -1,7 +1,7 @@ name: Coverage on: - pull_request: - types: [opened, reopened, synchronize] + # pull_request: + # types: [opened, reopened, synchronize] push: branches: [master, develop] jobs: