Merge pull request #18314 from ivanvc/remove-amd64-test-github-actions

github: remove amd64 test actions
This commit is contained in:
James Blair 2024-07-13 19:06:56 +12:00 committed by GitHub
commit eeeb7e05b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,11 +3,6 @@ name: Tests
on: [push, pull_request] on: [push, pull_request]
permissions: read-all permissions: read-all
jobs: jobs:
amd64:
uses: ./.github/workflows/tests-template.yaml
with:
arch: amd64
runs-on: ubuntu-latest
arm64: arm64:
uses: ./.github/workflows/tests-template.yaml uses: ./.github/workflows/tests-template.yaml
with: with: