Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NOT running the scheduled event in a workflow #15

Open
yunkon-kim opened this issue Jul 28, 2021 · 0 comments
Open

NOT running the scheduled event in a workflow #15

yunkon-kim opened this issue Jul 28, 2021 · 0 comments
Labels
info Information

Comments

@yunkon-kim
Copy link
Member

The scheduled event in a workflow sometimes doesn't run.

name: Update contributor list on README.md

on:
#  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-latest
    name: A job to automate contrib in readme
    steps:
      - name: Contribute List
        uses: akhilmhdh/[email protected]
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 

No result for 00:00 today:
image

@yunkon-kim yunkon-kim added the info Information label Aug 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info Information
Projects
None yet
Development

No branches or pull requests

1 participant