Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinans committed Jan 13, 2025
1 parent ddcf85c commit a95d870
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Main workflow

on:
- pull_request
- push
- schedule:
pull_request:
push:
schedule:
- cron: '0 0 * * 0' # At 00:00 UTC every Sunday

jobs:
Expand Down

0 comments on commit a95d870

Please sign in to comment.