Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ name: frontend

on:
push:
branches:
- main
paths:
- ui/**
- backport/ui/**

permissions:
contents: read
Expand Down
1 change: 1 addition & 0 deletions service_os/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

package service_os

// test that frontend tack is not running when changes are outside of ui folder
var chanGraceExit = make(chan int)

func Shutdown_Channel() <-chan int {
Expand Down