From a36e22985e9d29cd9a23fbfc3633e42cae4bddab Mon Sep 17 00:00:00 2001 From: Kevin Backhouse Date: Mon, 24 Nov 2025 15:02:33 +0000 Subject: [PATCH] Add smoketest environment --- .github/workflows/smoketest.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/smoketest.yaml b/.github/workflows/smoketest.yaml index f2373f1..16701cc 100644 --- a/.github/workflows/smoketest.yaml +++ b/.github/workflows/smoketest.yaml @@ -16,6 +16,7 @@ permissions: jobs: Linux: runs-on: ubuntu-latest + environment: smoketest if: github.event.issue.pull_request # Make sure the comment is on a PR steps: - name: branch-deploy