Skip to content

Commit

Permalink
Setting nightly builds
Browse files Browse the repository at this point in the history
  • Loading branch information
takaxp committed Mar 20, 2024
1 parent 04afbaa commit 36c107f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nightly-arm64.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: "Build NS with inline-patch (HEAD) for Intel Chips"
name: "Build NS with inline-patch (HEAD) for Apple Silicon"
on:
push:
workflow_dispatch:
schedule:
- cron: '30 0 * * *'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nightly-x86_64.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: "Build NS with inline-patch (HEAD) for Intel Chips"
on:
push:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
Expand Down

0 comments on commit 36c107f

Please sign in to comment.