Skip to content

Commit

Permalink
ci: fix trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
lkstrp committed Jan 6, 2025
1 parent 7c24e21 commit e5adcdc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 32 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ name: "CodeQL"

on:
push:
branches: ["master"]
branches: ["main"]
pull_request:
branches: ["master"]
branches: ["main"]
schedule:
- cron: '23 18 * * 5'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ name: Test workflows
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
schedule:
- cron: "0 5 * * *"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-fixed-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Fixed-Version Environment Checker
on:
push:
branches:
- master
- main
paths:
- 'envs/environment.yaml'

Expand Down
2 changes: 1 addition & 1 deletion config/test/config.electricity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tutorial: true


run:
name: "test-elec" # use this to keep track of runs with different settings
name: "KN2045_Bal_v4" # use this to keep track of runs with different settings
disable_progressbar: true
shared_resources:
policy: "test"
Expand Down
15 changes: 0 additions & 15 deletions config/test/config.validator.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions config/test/scenarios.yaml

This file was deleted.

0 comments on commit e5adcdc

Please sign in to comment.