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