Skip to content

Commit

Permalink
Update mainteniance jobs to work on correct branches (#3208)
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong authored May 3, 2024
1 parent 30ee387 commit ce0e7fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maintenance-v0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: 'main'
ref: 'v0'
- uses: actions/setup-python@v5
with:
python-version: 3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maintenance-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: 'v1'
ref: 'main'
- uses: actions/setup-python@v5
with:
python-version: 3
Expand Down

0 comments on commit ce0e7fc

Please sign in to comment.