Skip to content

Commit

Permalink
add default working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelizimm committed May 21, 2024
1 parent 607a19f commit 4735075
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/positron-python-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ on:
- '.github/workflows/positron-python-nightly-ci.yml'
- 'extensions/positron-python/**'
# to help develop this CI suite, temporary --- end ---
# schedule:
# - cron: "0 2 * * 1-5"
# displayName: Nightly Python CI
# branches:
# include:
# - main
schedule:
- cron: "0 2 * * 1-5"

defaults:
run:
working-directory: 'extensions/positron-python'

env:
NODE_VERSION: '18.17.1'
Expand Down

0 comments on commit 4735075

Please sign in to comment.