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