diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index fb5b072..6eb2931 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -3,10 +3,8 @@ name: Update Contributors Information on: workflow_dispatch: {} schedule: - # Weekly on Saturdays. - - cron: "30 1 * * 6" - push: - branches: [main] + # Run at 5am UTC on the first of every month + - cron: '0 5 1 * *' jobs: update-contributors: @@ -67,12 +65,3 @@ jobs: git config user.email 'github-actions[bot]@users.noreply.github.com' git add COMMUNITY.md git commit -m "update contributors count to $CONTRIBUTORS" || exit 0 - - - name: Push protected - uses: CasperWA/push-protected@v2 - with: - - token: ${{ secrets.PUSH_TO_PROTECTED_BRANCH }} - - - branch: main \ No newline at end of file