Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
decentralgabe authored Sep 10, 2024
1 parent 4e616b8 commit 1d1d47f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
# schedule:
# Runs "at 2pm every day"
- cron: '0 14 * * *'
# - cron: '0 14 * * *'
# used to run action manually via the UI
workflow_dispatch:

Expand Down Expand Up @@ -53,4 +53,4 @@ jobs:
run: mage fuzz

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v3

0 comments on commit 1d1d47f

Please sign in to comment.