You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The scheduled event in a workflow sometimes doesn't run.
name: Update contributor list on README.mdon:
# push:# pull_request:schedule:
# * is a special character in YAML so you have to quote this string# “At 00:00 on Monday.”# - cron: '0 0 * * 1'# “At every 5th minute” for testing# - cron: '0/5 * * * *'# “At 00:00 Everyday.”
- cron: '0 0 * * *'jobs:
contrib-readme-job:
if: github.repository == 'cloud-barista/cb-coffeehouse'runs-on: ubuntu-latestname: A job to automate contrib in readmesteps:
- name: Contribute Listuses: akhilmhdh/[email protected]env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
No result for 00:00 today:
The text was updated successfully, but these errors were encountered:
The scheduled event in a workflow sometimes doesn't run.
No result for 00:00 today:
The text was updated successfully, but these errors were encountered: