Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 2 additions & 13 deletions .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Loading