How to run Github Actions on a Schedule

Поділитися
Вставка
  • Опубліковано 1 сер 2024
  • It is very simple! Github Actions can use CRON schedule to trigger a workflow.
    Written tutorial: keithweaver.ca/lessons/how-to...
    Please subscribe!

КОМЕНТАРІ • 9

  • @hengjiuxiao
    @hengjiuxiao 2 роки тому

    thanks this is very helpful

  • @jatinnaudiyal2555
    @jatinnaudiyal2555 3 роки тому

    Helps alot

  • @amr.3k
    @amr.3k 3 роки тому

    Thank you

  • @Savage_uchiha
    @Savage_uchiha 4 місяці тому

    Can I make it run 24/7 somehow.

  • @kannadastocktrader3369
    @kannadastocktrader3369 Рік тому

    Is this paid one??

  • @daily2432121
    @daily2432121 Рік тому

    that github schedule delay sucks

  • @navylead
    @navylead 4 місяці тому

    How can i use schedule on different branches?

  • @akash23q2
    @akash23q2 2 роки тому

    I don't know why but my action fails everytime
    My code-
    name: idk
    on:
    schedule:
    - cron: '30 0 * * *'
    jobs:
    job1:
    name: Debug
    runs-on: ubuntu-latest
    steps:
    - name: Git checkout
    uses: actions/checkout@v2
    with: { ref: debug }
    - name: idk
    run: bash script.sh

    • @HellCRICKET
      @HellCRICKET 6 місяців тому

      Trigger is missing like branch