Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Change workflow run action to push for testing github actions
  • Loading branch information
atifather authored Oct 9, 2024
1 parent 318c5bf commit 8dc6510
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Weekly Scrape

# Run the workflow weekly
on:
schedule:
- cron: "0 0 * * 1"
workflow_dispatch:
# schedule:
# - cron: "0 0 * * 1"

permissions:
contents: write
Expand Down Expand Up @@ -46,4 +47,4 @@ jobs:
git commit -m "Add generated YAML files"
git push origin main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8dc6510

Please sign in to comment.