Skip to content

Commit

Permalink
Leave nightly schedule in build.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Apr 3, 2024
1 parent 83ecbf6 commit e13689c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
schedule:
- cron: "0 9 * * *"
workflow_dispatch:
workflow_call:

Expand Down Expand Up @@ -61,6 +63,7 @@ jobs:
- name: Validate package
run: make local
- name: Test downstream
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12'
run: make test-downstream
- name: Upload coverage
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12'
Expand All @@ -71,6 +74,7 @@ jobs:
automerge:
name: "Auto Approve"
needs: build

runs-on: ubuntu-latest

permissions:
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/nightly.yml

This file was deleted.

0 comments on commit e13689c

Please sign in to comment.