Loading .github/workflows/sponsors.yaml +2 −10 Original line number Diff line number Diff line name: sponsors on: schedule: # ┌───────────── minute (0 - 59) # │ ┌───────────── hour (0 - 23) # │ │ ┌───────────── day of the month (1 - 31) # │ │ │ ┌───────────── month (1 - 12 or JAN-DEC) # │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT) # │ │ │ │ │ # │ │ │ │ │ # │ │ │ │ │ - cron: '0 * * * *' workflow_dispatch: jobs: update-sponsors: ## Only run on the upstream repository. if: github.repository == 'fedify-dev/fedify' runs-on: ubuntu-latest permissions: contents: write Loading Loading
.github/workflows/sponsors.yaml +2 −10 Original line number Diff line number Diff line name: sponsors on: schedule: # ┌───────────── minute (0 - 59) # │ ┌───────────── hour (0 - 23) # │ │ ┌───────────── day of the month (1 - 31) # │ │ │ ┌───────────── month (1 - 12 or JAN-DEC) # │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT) # │ │ │ │ │ # │ │ │ │ │ # │ │ │ │ │ - cron: '0 * * * *' workflow_dispatch: jobs: update-sponsors: ## Only run on the upstream repository. if: github.repository == 'fedify-dev/fedify' runs-on: ubuntu-latest permissions: contents: write Loading