Skip to content

Commit

Permalink
ci: remove nightly build by push on main
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux committed Mar 20, 2024
1 parent 9a1cec7 commit f7eefd0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: main and preview
name: Build

on:
push:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: nightly
on:
schedule:
- cron: '0 8,16 * * 1-5'
push:
branches:
- 'main'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit f7eefd0

Please sign in to comment.