Fix runs-on key in workflow

This commit is contained in:
Teagan Glenn 2026-01-31 06:50:29 -07:00 committed by Teagan glenn
parent b4c7138c71
commit 96e91fd8aa

View File

@ -73,7 +73,7 @@ jobs:
ruff check frigate migrations docker *.py
devcontainer:
runs_on: ubuntu-latest
runs-on: ubuntu-latest
name: Build devcontainer
steps:
- name: Check out code