Compare commits

..

3 Commits

Author SHA1 Message Date
Sithies 33ce367598 Test
CI / deploy-infra (push) Has been skipped
CI / check (push) Successful in 11m10s
CI / test (push) Successful in 11m16s
CI / clippy (push) Successful in 10m30s
CI / deploy (push) Has been skipped
2026-04-25 22:22:47 +02:00
Sithies 8a71f1166a Changed to no test by creating PR 2026-04-25 21:16:01 +02:00
Sithies 276ec8d977 ci: retrigger deploy 2026-04-25 21:02:46 +02:00
2 changed files with 3 additions and 3 deletions
+3 -1
View File
@@ -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": []
-2
View File
@@ -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)