From 11c57d5b261bc6b2b158d6c90d310b40654e6949 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Wed, 29 Oct 2025 00:24:31 +0900 Subject: [PATCH] test --- .github/workflows/test.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 722c4dce..1cbf59d5 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,13 +1,14 @@ --- 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) }} + - run: exit 1 + + test-2: + runs-on: ubuntu-24.04 + needs: test + steps: + - run: echo foo