mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-11 01:27:36 +03:00
Fix runs-on key in workflow
This commit is contained in:
parent
b4c7138c71
commit
96e91fd8aa
2
.github/workflows/pull_request.yml
vendored
2
.github/workflows/pull_request.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user