forked from fediversity/fediversity
Compare commits
11 commits
6191409a34
...
a32a5ae920
| Author | SHA1 | Date | |
|---|---|---|---|
| a32a5ae920 | |||
| 0f4089d430 | |||
| 781de49c67 | |||
| 6eefd19a67 | |||
| 68e9c41eff | |||
| b668209ce9 | |||
| dc7606d51c | |||
| bc02515daf | |||
| a49f630e40 | |||
| 13f0788b81 | |||
| f45f1df427 |
2 changed files with 3 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ steps:
|
|||
- name: check-resources
|
||||
image: nixos/nix
|
||||
commands:
|
||||
- run: |
|
||||
- |
|
||||
set -euC
|
||||
echo ==================== [ VM Options ] ====================
|
||||
machines=$(nix eval --impure --raw --expr 'with builtins; toString (attrNames (getFlake (toString ./.)).vmOptions)')
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
$schema: https://raw.githubusercontent.com/woodpecker-ci/woodpecker/refs/heads/main/pipeline/frontend/yaml/linter/schema/schema.json
|
||||
|
||||
when:
|
||||
- event: manual
|
||||
# - event: cron
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue