Skip to content

Commit

Permalink
Merge pull request #269 from lbl-anp/run-actions-on-schedule-and-manu…
Browse files Browse the repository at this point in the history
…ally

Run actions on schedule (nightly) and manually
  • Loading branch information
jccurtis committed Apr 29, 2021
2 parents 499e3f1 + 492a1f9 commit 0999d6c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coveralls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches: [ $default-branch ]
pull_request:
workflow_dispatch:

jobs:
coveralls_test:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
push:
branches: [ $default-branch ]
pull_request:
workflow_dispatch:
schedule:
# 0700 UTC every day
- cron: '00 7 * * *'

jobs:
pip_build_test:
Expand Down

0 comments on commit 0999d6c

Please sign in to comment.