From 76d0b95578d8ead4dbb96e63c3d1776cd12c1c20 Mon Sep 17 00:00:00 2001 From: saorio Date: Thu, 17 Oct 2024 17:53:31 +0900 Subject: [PATCH 1/4] modify --- automation/greetings.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/automation/greetings.yml b/automation/greetings.yml index 46774343e3..61c2313163 100644 --- a/automation/greetings.yml +++ b/automation/greetings.yml @@ -5,6 +5,11 @@ on: [pull_request_target, issues] jobs: greeting: runs-on: ubuntu-latest + strategy: + fail-fast: false + matrix: + platform: + - linux/arm64 permissions: issues: write pull-requests: write From f8b03b43569099b1d28027a3390a286da2782e46 Mon Sep 17 00:00:00 2001 From: saorio Date: Thu, 17 Oct 2024 17:56:55 +0900 Subject: [PATCH 2/4] modfiy ci --- ci/ada.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ci/ada.yml b/ci/ada.yml index ecb01cd8ad..55c86f67a1 100644 --- a/ci/ada.yml +++ b/ci/ada.yml @@ -10,7 +10,11 @@ jobs: build: runs-on: ubuntu-latest - + strategy: + fail-fast: false + matrix: + platform: + - linux/arm64 steps: - name: Checkout uses: actions/checkout@v4 From b1b2db801ed50e61132318be6936eeb189909cca Mon Sep 17 00:00:00 2001 From: saorio Date: Tue, 22 Oct 2024 09:45:55 +0900 Subject: [PATCH 3/4] delete strategy --- ci/ada.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ci/ada.yml b/ci/ada.yml index 55c86f67a1..6050168c68 100644 --- a/ci/ada.yml +++ b/ci/ada.yml @@ -10,11 +10,6 @@ jobs: build: runs-on: ubuntu-latest - strategy: - fail-fast: false - matrix: - platform: - - linux/arm64 steps: - name: Checkout uses: actions/checkout@v4 From 803d6c92c3dfe16837fd41472306257e69f1890e Mon Sep 17 00:00:00 2001 From: saorio Date: Tue, 22 Oct 2024 09:49:38 +0900 Subject: [PATCH 4/4] add strategy --- automation/label.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/automation/label.yml b/automation/label.yml index 4613569074..7bfeddbe51 100644 --- a/automation/label.yml +++ b/automation/label.yml @@ -12,6 +12,11 @@ jobs: label: runs-on: ubuntu-latest + strategy: + fail-fast: false + matrix: + platform: + - linux/arm64 permissions: contents: read pull-requests: write