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