Skip to content

Commit ab0bb79

Browse files
committed
ci: fix trigger
1 parent 7c24e21 commit ab0bb79

File tree

6 files changed

+8
-24
lines changed

6 files changed

+8
-24
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: ["master"]
16+
branches: ["main"]
1717
pull_request:
18-
branches: ["master"]
18+
branches: ["main"]
1919
schedule:
2020
- cron: '23 18 * * 5'
2121

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ name: Test workflows
77
on:
88
push:
99
branches:
10-
- master
10+
- main
1111
pull_request:
1212
branches:
13-
- master
13+
- main
1414
schedule:
1515
- cron: "0 5 * * *"
1616

.github/workflows/update-fixed-env.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Fixed-Version Environment Checker
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
paths:
88
- 'envs/environment.yaml'
99

.github/workflows/validate.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: github.event.pull_request.head.repo.full_name == github.repository
1717
runs-on: self-hosted
1818
steps:
19-
- uses: lkstrp/[email protected].4
19+
- uses: PyPSA/[email protected].5
2020
with:
2121
step: run-self-hosted-validation
2222
env_file: envs/environment.yaml
@@ -32,7 +32,7 @@ jobs:
3232
needs: run-validation
3333
runs-on: ubuntu-latest
3434
steps:
35-
- uses: lkstrp/[email protected].4
35+
- uses: PyPSA/[email protected].5
3636
with:
3737
step: create-comment
3838
snakemake_config: config/config.yaml

config/test/config.validator.yaml

Lines changed: 0 additions & 15 deletions
This file was deleted.

envs/environment.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ dependencies:
6262
# GIS dependencies:
6363
- cartopy
6464
- descartes
65-
- rasterio==1.4.1
66-
- libgdal-core<3.10.0 # rasterio>=1.4.2 needed for GDAL 3.10
65+
- rasterio
6766

6867
- pip:
6968
- gurobipy

0 commit comments

Comments
 (0)