Compare commits
3 Commits
44606e820c
...
Update-ci
| Author | SHA1 | Date | |
|---|---|---|---|
| 33ce367598 | |||
| 8a71f1166a | |||
| 276ec8d977 |
@@ -5,7 +5,9 @@
|
||||
"Bash(cargo check:*)",
|
||||
"Bash(cargo clean:*)",
|
||||
"Bash(cargo test:*)",
|
||||
"Bash(cargo build:*)"
|
||||
"Bash(cargo build:*)",
|
||||
"Read(//home/sithies/.cargo/bin/**)",
|
||||
"Bash(~/.cargo/bin/cargo clippy *)"
|
||||
],
|
||||
"deny": [],
|
||||
"ask": []
|
||||
|
||||
@@ -3,8 +3,6 @@ name: CI
|
||||
on:
|
||||
push:
|
||||
branches: [ '**' ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
schedule:
|
||||
- cron: '0 3 * * 1' # Montags 03:00 UTC → deploy-infra (Ollama update)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user