Skip to content

Commit

Permalink
switch workflow trigger to schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmontanaro committed Nov 18, 2022
1 parent 2add3e1 commit 27cc61e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build and release cargo-shuttle
on: workflow_dispatch
# schedule:
# - cron: '38 5 * * *'
on:
schedule:
- cron: '38 5 * * *'
jobs:
versions:
name: Check whether build is necessary
Expand Down

0 comments on commit 27cc61e

Please sign in to comment.