Skip to content

Commit

Permalink
Fix manual trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
fpavogt committed Jun 26, 2024
1 parent 9e52f4d commit 28f92d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI_pytest_weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
# Checkout the master branch from the repository
# Checkout the repo
# The idea for this Action is to spot issues with new dependency versions as soon as they
# are released (and not when we decide to update ampycloud).
- name: Checkout current repository
uses: actions/checkout@v4
with:
repository: MeteoSwiss/ampycloud
ref: master
if: ${{ github.event_name != 'workflow_dispatch' }}
ref: master # If run on schedule, use the master branch.

# Setup python
- name: Set up Python
Expand Down

0 comments on commit 28f92d5

Please sign in to comment.