Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzhichang committed Dec 27, 2023
1 parent a5e0756 commit 5b2eaf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: release
name: nightly

on:
schedule:
- cron: '*/10 * * * *' # schedule nightly build daily at midnight UTC

jobs:
release:
nightly:
runs-on: ubuntu-latest
steps:
- name: Ensure workspace ownership
Expand Down

0 comments on commit 5b2eaf1

Please sign in to comment.