From b0dc9f41ec35ca207fb6cba6829a3675e422dc1e Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Mon, 3 Nov 2025 18:13:49 +0900 Subject: [PATCH 1/3] test export-ignore --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..b87b2430 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +.github/ export-ignore From b99e7ef2c278bdc25664c426afe647c2b1996a74 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Mon, 3 Nov 2025 19:00:38 +0900 Subject: [PATCH 2/3] test --- .github/workflows/test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 722c4dce..e2147023 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,3 +11,6 @@ jobs: - run: echo "$PAYLOAD" env: PAYLOAD: ${{ toJson(github.event) }} + - uses: aquaproj/aqua-installer@e5f2b7423821099ed57556f1480a6308038fe469 + with: + aqua_version: v2.55.1 From bd15b7bcbacb67cdab4ea84a4c92de187fa2fa60 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Mon, 3 Nov 2025 19:01:59 +0900 Subject: [PATCH 3/3] update --- .github/workflows/test.yaml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e2147023..fbfe0733 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,16 +1,13 @@ --- name: test -on: - push: - tags: - - v* +on: pull_request jobs: test: runs-on: ubuntu-24.04 steps: - - run: echo "$PAYLOAD" - env: - PAYLOAD: ${{ toJson(github.event) }} + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + with: + persist-credentials: false - uses: aquaproj/aqua-installer@e5f2b7423821099ed57556f1480a6308038fe469 with: aqua_version: v2.55.1