Skip to content

Commit

Permalink
Changes:
Browse files Browse the repository at this point in the history
    Updated the cron schedule to trigger only on push requests.
    Replaced internal libraries: switched from cheerio to node-html-parser.
  • Loading branch information
jasineri committed Oct 24, 2024
1 parent a18f22f commit 2a57347
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/gitartwork.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: gitartwork from a contribution graph
on:
push:
pull_request:
schedule:
- cron: '* */24 * * *'
workflow_dispatch:
workflow_dispatch:
jobs:
build:
name: Make gitartwork SVG
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ An example result:
name: gitartwork from a contribution graph
on:
push:
schedule:
- cron: '* */24 * * *'
jobs:
build:
name: Make gitartwork SVG
Expand Down

0 comments on commit 2a57347

Please sign in to comment.