Skip to content

qwer

qwer #4

name: Practise workflow to learn about cron jobs

Check failure on line 1 in .github/workflows/scheduled_jobs.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/scheduled_jobs.yml

Invalid workflow file

invalid `cron` attribute "*0 0 1 1 *"
on:
schedule:
- cron: "*0 0 1 1 *"
jobs:
check_workflow:
runs-on: ubuntu-latest
steps:
- name: Code Checkout
uses: actions/checkout@v4
- name: Printing the date after every 5 minutes
run: echo " The date at which this workflow is running is ${date}"