From d861493767f43b1ae458d37954edbe7214ccf58c Mon Sep 17 00:00:00 2001 From: rohithck Date: Wed, 9 Apr 2025 17:38:19 -0400 Subject: [PATCH] testing actions - deploy branch - test 1 --- .github/workflows/setupDeploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/setupDeploy.yml b/.github/workflows/setupDeploy.yml index 81e5a12..0e6a7bb 100644 --- a/.github/workflows/setupDeploy.yml +++ b/.github/workflows/setupDeploy.yml @@ -7,7 +7,7 @@ on: jobs: "setup-database": - runs-on: cs5500-self-hosted + runs-on: self-hosted steps: - name: Checkout Repository uses: actions/checkout@v3