We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 182d749 commit 5a6175fCopy full SHA for 5a6175f
.github/workflows/workflow.yml
@@ -28,6 +28,7 @@ jobs:
28
- name: build
29
run: make
30
- name: test
31
+ if: ${{ matrix.arch == 'amd64' }}
32
run: make test
33
- name: prepare artifact
34
if: startsWith(github.ref, 'refs/tags/')
0 commit comments