Compare commits

..

1 Commits

Author SHA1 Message Date
Sithies b66d51186e ci: retrigger deploy
CI / check (push) Has been cancelled
CI / test (push) Has been cancelled
CI / clippy (push) Has been cancelled
CI / deploy (push) Has been cancelled
CI / deploy-infra (push) Has been cancelled
CI / check (pull_request) Has been cancelled
CI / test (pull_request) Has been cancelled
CI / clippy (pull_request) Has been cancelled
CI / deploy (pull_request) Has been cancelled
CI / deploy-infra (pull_request) Has been cancelled
2026-04-25 21:03:16 +02:00
2 changed files with 3 additions and 3 deletions
+1 -3
View File
@@ -5,9 +5,7 @@
"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": []
+2
View File
@@ -3,6 +3,8 @@ 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)