Merge pull request #18383 from etcd-io/wenjiaswe-patch-1 #14689
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Tests | |
on: [push, pull_request] | |
permissions: read-all | |
jobs: | |
arm64: | |
uses: ./.github/workflows/tests-template.yaml | |
with: | |
arch: arm64 | |
runs-on: actuated-arm64-8cpu-8gb |