Test
This commit is contained in:
parent
276d446063
commit
215f67e818
3 changed files with 12 additions and 12 deletions
|
@ -1,9 +1,9 @@
|
|||
name: build-console-iso
|
||||
run-name: ${{ github.actor }} - build-console-iso
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
#on:
|
||||
# push:
|
||||
# branches:
|
||||
# - main
|
||||
jobs:
|
||||
build-console-iso:
|
||||
runs-on: docker
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
name: build-desktop-iso
|
||||
run-name: ${{ github.actor }} - build-desktop-iso
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
#on:
|
||||
# push:
|
||||
# branches:
|
||||
# - main
|
||||
|
||||
jobs:
|
||||
build-desktop-iso:
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
name: update-flake-lock
|
||||
run-name: ${{ github.actor }} - update-flake-lock
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
main
|
||||
#on:
|
||||
# push:
|
||||
# branches:
|
||||
# main
|
||||
# I guess scheduling is in v1.21:
|
||||
# https://codeberg.org/forgejo/forgejo/issues/741
|
||||
# on:
|
||||
|
|
Loading…
Reference in a new issue