Compare commits

..

No commits in common. "381523a2bedc50abebf4a8d2b6fbf90e8667285a" and "504d7bc16c1188e54df8decd1ed993c14192977b" have entirely different histories.

2 changed files with 2 additions and 9 deletions

View File

@ -1,11 +1,7 @@
name: Run go tests name: Run go tests
on: on:
push: - push
paths: - pull_request
- '**.go'
pull_request:
paths:
- '**.go'
env: env:
GOPATH: /go_path GOPATH: /go_path

View File

@ -24,9 +24,6 @@ jobs:
# ssh-known-hosts: "{{ secret.SSH_KNOWN_HOSTS }}" # ssh-known-hosts: "{{ secret.SSH_KNOWN_HOSTS }}"
# ssh-key: "{{ secret.SSH_KEY }}" # ssh-key: "{{ secret.SSH_KEY }}"
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker BuildX - name: Set up Docker BuildX
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3