Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit 1d1d47f

Browse files
Update ci.yml
1 parent 4e616b8 commit 1d1d47f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ on:
88
branches: [ main ]
99
pull_request:
1010
branches: [ main ]
11-
schedule:
11+
# schedule:
1212
# Runs "at 2pm every day"
13-
- cron: '0 14 * * *'
13+
# - cron: '0 14 * * *'
1414
# used to run action manually via the UI
1515
workflow_dispatch:
1616

@@ -53,4 +53,4 @@ jobs:
5353
run: mage fuzz
5454

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

0 commit comments

Comments
 (0)