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 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 diff --git a/ci/ada.yml b/ci/ada.yml index ecb01cd8ad..6050168c68 100644 --- a/ci/ada.yml +++ b/ci/ada.yml @@ -10,7 +10,6 @@ jobs: build: runs-on: ubuntu-latest - steps: - name: Checkout uses: actions/checkout@v4