From 7baeffecae45e80d415bc30623f90463824723ad Mon Sep 17 00:00:00 2001 From: yseto Date: Mon, 14 Aug 2023 17:09:41 +0900 Subject: [PATCH] Revert "for debug" This reverts commit f56a7acbe6730c0cdc6560ddc0bdc28f5dc55c6d. --- .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 a346491d..b67adaca 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,7 +43,7 @@ jobs: build: needs: [test-linux, integration-test-linux] 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