Skip to content

Commit

Permalink
Allow running nightly manually
Browse files Browse the repository at this point in the history
  • Loading branch information
aamster committed Mar 31, 2023
1 parent 1caa779 commit ac24f8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: ci/nightly
on:
schedule:
- cron: '05 6 * * *'
workflow_dispatch:



jobs:
Expand All @@ -10,7 +12,7 @@ jobs:
runs-on: ["self-hosted"]
strategy:
matrix:
image: ["allensdk_local_py37:latest"]
image: ["allensdk_local_py38:latest"]
branch: ["master", "rc/**"]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit ac24f8b

Please sign in to comment.