Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
needs:
- start-aws-runner
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Schedule auto-shutdown after 24 hours
# This is the failsafe if timeout-minutes above fails
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
python-version: 3.13

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Setup Conda Environment
uses: mamba-org/setup-micromamba@v3
Expand Down
Loading