Schedule GitHub Actions Using Cron Expressions

preview_player
Показать описание
In this video I show you how to schedule a GitHub Actions workflow using a CRON expression.

0:00 Introduction
0:12 What is GitHub Actions workflows
0:52 What is CRON?
1:27 Understanding CRON Syntax
3:05 CRON inside a GitHub Actions workflow
3:58 GitHub Actions workflow history

--------------------------------------------------------------------------
🎬 My YouTube camera gear:
--------------------------------------------------------------------------

Using these links to buy items helps support this channel at no extra cost to you!

📷 Logitech C920 Webcam:

📸 Samsung S20:

🎤 Boya BY-M1 lavalier Microphone:

🎤 Rode NT USB Microphone:

🎧 Jabra Evolve2 85 headphones:

🎶 The music in my videos:

🎞️ The graphics in my videos:
Комментарии
Автор

How about if we want to run workflow with cron job on specific branches ? can we do that ?

AdnanErlansyah-nxxp
Автор

If I want the cron job to simply open an URL, do I just change the 'uses...' to 'run: | xdg-open 'target url'' and it will work?

liu-river
Автор

Im getting this error: Actions schedules run at most every 5 minutes using UTC time and I cannot get rid of it

ViruaLGameplays