Change runner for backend

This commit is contained in:
Weves 2024-03-11 14:39:47 -07:00 committed by Chris Weaver
parent 00ade322f1
commit 64874d2737

View File

@ -7,7 +7,9 @@ on:
jobs:
build-and-push:
runs-on: ubuntu-latest
# for EE, run on special image-builders runners
runs-on:
group: image-builders
steps:
- name: Checkout code