Skip to content

Commit

Permalink
Merge branch 'main' into pypsa_linopy_update
Browse files Browse the repository at this point in the history
  • Loading branch information
ekatef committed Dec 21, 2024
2 parents eafc486 + 5dfae1c commit 2678af3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-pinned-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ on:

jobs:
update-pinned-environment:
if: ${{ github.ref == 'refs/heads/main' }}
# the update is always needed for env changes in main and sometimes for other branches
if: ${{ github.ref == 'refs/heads/main' || github.event_name == 'workflow_dispatch' }}
name: Update pinned envs
runs-on: ${{ matrix.os }}-latest
strategy:
Expand Down

0 comments on commit 2678af3

Please sign in to comment.