Commit 7069aed9 authored by Kim, Hyeonseo's avatar Kim, Hyeonseo
Browse files

Remove scheduled cron job

parent f7b63477
Loading
Loading
Loading
Loading
+0 −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: