forked from fediversity/fediversity
Compare commits
No commits in common. "ef2854185e6c520db22876a192685a35380d28cf" and "5402178e7b0fe67e2e7efb241ec9e20be2e8e047" have entirely different histories.
ef2854185e
...
5402178e7b
2 changed files with 7 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ on:
|
|||
workflow_dispatch: # allows manual triggering
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
# - main
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
|
|
|||
|
|
@ -27,6 +27,12 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- run: nix build .#checks.x86_64-linux.test-mastodon-service -L
|
||||
|
||||
check-pixelfed:
|
||||
runs-on: native
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: nix build .#checks.x86_64-linux.test-pixelfed-garage-service -L
|
||||
|
||||
check-peertube:
|
||||
runs-on: native
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue