diff --git a/.github/workflows/schedule-monthly-PREV.yml b/.github/workflows/schedule-monthly-PREV.yml index 0ce2adefbb..61bf691bca 100644 --- a/.github/workflows/schedule-monthly-PREV.yml +++ b/.github/workflows/schedule-monthly-PREV.yml @@ -1,12 +1,12 @@ name: Schedule Monthly PREVIOUS on: - schedule: - - cron: "0 8 1 * *" + workflow_dispatch: jobs: list-inactive-members: runs-on: ubuntu-latest + if: github.repository == 'hackforla/website' steps: - uses: actions/checkout@v3