Skip to content

Commit

Permalink
Update test_notebooks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-fiorito-11 committed Mar 14, 2022
1 parent 288ae55 commit 5c5d53e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ on:
schedule:
- cron: '30 14 * * 1,3,5'

workflow_run:
branches:
- 'develop'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand All @@ -25,6 +21,11 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
with:
# The branch, tag or SHA to checkout. When checking out the repository that
# triggered a workflow, this defaults to the reference or SHA for that event.
# Otherwise, defaults to `master`.
ref: 'develop'
- uses: "actions/setup-python@v2"
with:
python-version: "3.6"
Expand Down

0 comments on commit 5c5d53e

Please sign in to comment.