diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml deleted file mode 100644 index de72f088..00000000 --- a/.github/workflows/build.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: ZGrab2 build action -on: [push, pull_request] -jobs: - build: - name: Build - runs-on: ubuntu-latest - steps: - - name: Set up Go - uses: actions/setup-go@v2 - with: - go-version: 1.18 - - - name: Check out source - uses: actions/checkout@v2 - - - name: Build - run: | - go get -t ./... - make diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index f7ed1a26..61c38a02 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -24,7 +24,7 @@ jobs: id-token: write attestations: write strategy: - fail-fast: false + fail-fast: true matrix: platform: - linux/amd64 diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index b93681c4..c4060256 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -1,5 +1,10 @@ name: Integration Test -on: [push, pull_request] +on: + push: + branches: + - master + pull_request: + jobs: test: name: Test