mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-11 00:05:36 +02:00
fix: Remove old CI comment and allow manual trigger
This commit is contained in:
5
.github/workflows/runner-bases.yml
vendored
5
.github/workflows/runner-bases.yml
vendored
@@ -7,11 +7,6 @@ env:
|
||||
IMAGE_NAME: nestrilabs/nestri
|
||||
BASE_IMAGE: docker.io/cachyos/cachyos:latest
|
||||
|
||||
# This makes our release ci quit prematurely
|
||||
# concurrency:
|
||||
# group: ci-${{ github.ref }}
|
||||
# cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
build-and-push-bases:
|
||||
name: Build and push images
|
||||
|
||||
1
.github/workflows/runner-variants.yml
vendored
1
.github/workflows/runner-variants.yml
vendored
@@ -1,6 +1,7 @@
|
||||
name: Build Nestri runner image variants
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: 7 0 * * 1,3,6 # Nightlies
|
||||
push:
|
||||
|
||||
Reference in New Issue
Block a user