From 1fe7ea53a12f9435881d5fe21613432ad1b21c4e Mon Sep 17 00:00:00 2001 From: yseto Date: Thu, 15 Dec 2022 20:01:17 +0900 Subject: [PATCH 1/3] remove `make build` --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8a95b5a9a..88369d71b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -77,7 +77,7 @@ jobs: with: go-version: 1.19.x - uses: actions/checkout@v2 - - run: make clean build rpm deb + - run: make clean rpm deb - uses: actions/upload-artifact@v2 with: name: linux-build-artifacts From fafbefdde3bcc39c296e167caec8b70b48e5584c Mon Sep 17 00:00:00 2001 From: yseto Date: Thu, 15 Dec 2022 20:02:35 +0900 Subject: [PATCH 2/3] test a build. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 88369d71b..05f476443 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -61,7 +61,7 @@ jobs: build: needs: [test] runs-on: ubuntu-latest - if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v') +# if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v') steps: - run: | sudo apt-get update From 64c1c297ef5b7a7573d4bf0b23eb7545cb99d221 Mon Sep 17 00:00:00 2001 From: yseto Date: Thu, 15 Dec 2022 20:12:52 +0900 Subject: [PATCH 3/3] Revert "test a build." This reverts commit fafbefdde3bcc39c296e167caec8b70b48e5584c. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 05f476443..88369d71b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -61,7 +61,7 @@ jobs: build: needs: [test] runs-on: ubuntu-latest -# if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v') + if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v') steps: - run: | sudo apt-get update