From a8e44f3f27260513c4ad6d7557e6af29736dd498 Mon Sep 17 00:00:00 2001 From: Brooke Date: Tue, 7 May 2024 04:36:46 -0400 Subject: [PATCH] add a job, whoops --- .gitea/workflows/test.yaml | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index d045b21..d6f4fc7 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -1,7 +1,17 @@ -steps: - - name: Running Page Speed Insights - uses: jakepartusch/psi-action@v1.3 - id: drafting - with: - url: "https://midtowndrafting.com" - threshold: 70 +name: Page Speed Insights + +on: + push: + branches: + - main + +jobs: + test: + runs-on: hugo-latest + steps: + - name: Running Page Speed Insights + uses: jakepartusch/psi-action@v1.3 + id: drafting + with: + url: "https://midtowndrafting.com" + threshold: 70