mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-10 17:17:42 +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
|
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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user