@ -5,10 +5,6 @@ on:
pull_request:
workflow_dispatch: []
concurrency:
group: ${{ github.head_ref }}/binary_test
cancel-in-progress: true
jobs:
build:
@ -36,6 +32,10 @@ jobs:
- goarch: s390x
goos: windows
group: ${{ github.head_ref }}/binary_test/${{ matrix.goos }}/${{ matrix.goarch }}
steps:
- name: Check out code into the Go module directory