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
|
name: build-console-iso
|
||||||
run-name: ${{ github.actor }} - build-console-iso
|
run-name: ${{ github.actor }} - build-console-iso
|
||||||
on:
|
#on:
|
||||||
push:
|
# push:
|
||||||
branches:
|
# branches:
|
||||||
- main
|
# - main
|
||||||
jobs:
|
jobs:
|
||||||
build-console-iso:
|
build-console-iso:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
name: build-desktop-iso
|
name: build-desktop-iso
|
||||||
run-name: ${{ github.actor }} - build-desktop-iso
|
run-name: ${{ github.actor }} - build-desktop-iso
|
||||||
on:
|
#on:
|
||||||
push:
|
# push:
|
||||||
branches:
|
# branches:
|
||||||
- main
|
# - main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-desktop-iso:
|
build-desktop-iso:
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
name: update-flake-lock
|
name: update-flake-lock
|
||||||
run-name: ${{ github.actor }} - update-flake-lock
|
run-name: ${{ github.actor }} - update-flake-lock
|
||||||
on:
|
#on:
|
||||||
push:
|
# push:
|
||||||
branches:
|
# branches:
|
||||||
main
|
# main
|
||||||
# I guess scheduling is in v1.21:
|
# I guess scheduling is in v1.21:
|
||||||
# https://codeberg.org/forgejo/forgejo/issues/741
|
# https://codeberg.org/forgejo/forgejo/issues/741
|
||||||
# on:
|
# on:
|
||||||
|
|
Loading…
Reference in a new issue