From fd8dd0a440c0b7564f422ef0578a76cfb0e7eedb Mon Sep 17 00:00:00 2001 From: Matthew Thiessen Date: Thu, 15 Jan 2026 10:06:52 -0800 Subject: [PATCH 1/2] build: test step --- .github/workflows/pull_request.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index cd85bda..9de065f 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -9,3 +9,5 @@ jobs: steps: - name: Log to Console run: echo "You should only be seeing this on pull request create, updated, reopened" + - name: Test + run: echo "Hello" From 6f6228df18e9933fdc644d0bba502c54763f2319 Mon Sep 17 00:00:00 2001 From: Matthew Thiessen Date: Thu, 15 Jan 2026 10:07:48 -0800 Subject: [PATCH 2/2] test the messagign --- .github/workflows/pull_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 9de065f..afedcc8 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -10,4 +10,4 @@ jobs: - name: Log to Console run: echo "You should only be seeing this on pull request create, updated, reopened" - name: Test - run: echo "Hello" + run: echo "Test"