From 15f1a319abd9e1732ce18c9bd65f6f78e73fc24f Mon Sep 17 00:00:00 2001 From: Dan Lynch Date: Sat, 6 Jun 2026 02:11:23 +0000 Subject: [PATCH] ci: switch notify-e2e trigger job to ubuntu-latest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Just a github-script API call to dispatch — no build/test needed. --- .github/workflows/notify-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notify-e2e.yml b/.github/workflows/notify-e2e.yml index 64e721ba70..e12a58c6a2 100644 --- a/.github/workflows/notify-e2e.yml +++ b/.github/workflows/notify-e2e.yml @@ -9,7 +9,7 @@ on: jobs: trigger-tests: - runs-on: blacksmith-2vcpu-ubuntu-2404 + runs-on: ubuntu-latest steps: - name: Trigger submodule update in constructive-hub uses: actions/github-script@v7