Skip to content

Commit

Permalink
Revert nightly CI schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchariGr committed May 10, 2023
1 parent a968fa9 commit 5eb810c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/nightly_release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Nightly Builds
on:
pull_request:
# schedule:
# # Runs every weekday at 1am
# - cron: 0 1 * * 1-5
# workflow_dispatch:
schedule:
# Runs every weekday at 1am
- cron: 0 1 * * 1-5
workflow_dispatch:


jobs:
run_script_and_tag_nightly_release:
Expand Down

0 comments on commit 5eb810c

Please sign in to comment.