ci: test only building develop
Some checks failed
Build_Deploy / linter (push) Successful in 6s
Build_Deploy / deploy_active (active-core) (push) Has been skipped
Build_Deploy / deploy_active (active-ext) (push) Has been skipped
Build_Deploy / build (push) Successful in 1m2s
Build_Deploy / deploy_active (active) (push) Has been cancelled
Build_Deploy / deploy_dns (push) Has been cancelled
Some checks failed
Build_Deploy / linter (push) Successful in 6s
Build_Deploy / deploy_active (active-core) (push) Has been skipped
Build_Deploy / deploy_active (active-ext) (push) Has been skipped
Build_Deploy / build (push) Successful in 1m2s
Build_Deploy / deploy_active (active) (push) Has been cancelled
Build_Deploy / deploy_dns (push) Has been cancelled
This commit is contained in:
parent
59855b06e3
commit
45e9d60967
1 changed files with 5 additions and 5 deletions
|
@ -33,11 +33,11 @@ jobs:
|
||||||
# - name: Archive Test Results
|
# - name: Archive Test Results
|
||||||
# if: always()
|
# if: always()
|
||||||
# run: sleep 100m
|
# run: sleep 100m
|
||||||
- run: colmena build -v --on @active-dns
|
# - run: colmena build -v --on @active-dns
|
||||||
- run: colmena build -v --on @active-core
|
# - run: colmena build -v --on @active-core
|
||||||
- run: colmena build -v --on @active
|
# - run: colmena build -v --on @active
|
||||||
- run: colmena build -v --on @active-ext
|
# - run: colmena build -v --on @active-ext
|
||||||
- run: colmena build -v --on @active-gitlab
|
# - run: colmena build -v --on @active-gitlab
|
||||||
|
|
||||||
deploy_dns:
|
deploy_dns:
|
||||||
runs-on: nix
|
runs-on: nix
|
||||||
|
|
Loading…
Reference in a new issue