From 7a7ba2c1a8a7d8f89ef4bf304cd0605ccf41ccb6 Mon Sep 17 00:00:00 2001 From: pingke Date: Mon, 21 Oct 2024 23:54:10 +0800 Subject: [PATCH] update integration test run-on for notification job --- .github/workflows/integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 6321a350..18f8c7a8 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -83,7 +83,7 @@ jobs: notification: if: ${{ always() }} needs: integration-test - runs-on: self-hosted + runs-on: ubuntu-latest steps: - name: Send notification email uses: dawidd6/action-send-mail@v3