Fix runs-on key in workflow

This commit is contained in:
Teagan Glenn
2026-02-16 01:36:06 -07:00
committed by Teagan glenn
parent b4c7138c71
commit 96e91fd8aa
+1 -1
View File
@@ -73,7 +73,7 @@ jobs:
ruff check frigate migrations docker *.py ruff check frigate migrations docker *.py
devcontainer: devcontainer:
runs_on: ubuntu-latest runs-on: ubuntu-latest
name: Build devcontainer name: Build devcontainer
steps: steps:
- name: Check out code - name: Check out code