From a9d210beee65ccbd98f41a18019e86c50afc41f4 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Wed, 29 Oct 2025 10:25:21 +0900 Subject: [PATCH] test ubuntu-slim --- .github/workflows/test.yaml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 722c4dce..1ea052a0 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,13 +1,8 @@ --- name: test -on: - push: - tags: - - v* +on: pull_request jobs: test: - runs-on: ubuntu-24.04 + runs-on: ubuntu-slim steps: - - run: echo "$PAYLOAD" - env: - PAYLOAD: ${{ toJson(github.event) }} + - run: echo hello