Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
ci: remove cron job (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisthat committed Jun 21, 2023
1 parent 4d612c0 commit 7e76703
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Integration Tests
on:
schedule:
# schedule:
# * is a special character in YAML, so you have to quote this string
- cron: "0 3 * * 1-5" # run integration tests at 3 AM, monday to friday (1-5)
# - cron: "0 3 * * 1-5" # run integration tests at 3 AM, monday to friday (1-5)

workflow_dispatch: # run integration tests only when triggered manually

Expand Down

0 comments on commit 7e76703

Please sign in to comment.