From 383d5ded5f0832c287d36c0781ee1c37539fcc4a Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Mon, 14 Jul 2025 10:17:19 +0000 Subject: [PATCH] survyed needs sign off --- .github/workflows/hubspot_surveyed_needs_sign_off.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hubspot_surveyed_needs_sign_off.yml b/.github/workflows/hubspot_surveyed_needs_sign_off.yml index 2b036d6..d990e23 100644 --- a/.github/workflows/hubspot_surveyed_needs_sign_off.yml +++ b/.github/workflows/hubspot_surveyed_needs_sign_off.yml @@ -1,11 +1,11 @@ -name: Daily Surved +name: Surveyed Needs Sign Off Script on: schedule: - cron: '0 17 * * 1-5' workflow_dispatch: jobs: - sharepoint-validator: + surveyed-needs-sign-off: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3