Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
topefolorunso authored Apr 2, 2023
1 parent e6c8b93 commit 0b2dc1a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
name: Scrape Latest Jobs and Notify Telegram Group

on:
workflow_dispatch:
schedule:
- cron: '0 8/8 * * *'

workflow_dispatch:

jobs:
main:
runs-on: ubuntu-latest

steps:
- name: Checking out repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 0b2dc1a

Please sign in to comment.