Skip to content

Commit

Permalink
Resolve some basic todo
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-cox committed Jul 25, 2023
1 parent 6f4c4a1 commit ab6a28d
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/workflows/backend-cleanup-images.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# TODO: RC make backend github workflows dependent on changes to backend folder
name: Backend - Delete old container images

on:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/backend-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Backend - CI
on:
push:
branches: [ main ]
paths-ignore:
- 'backend/README.md'
paths:
- backend
pull_request:
branches: [ main ]
paths-ignore:
- 'backend/README.md'
paths:
- backend
# nightly
schedule:
- cron: '0 0 * * *'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/dashboard-build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
# push:
# branches:
# - main
# paths:
# - dashboard
workflow_dispatch:

defaults:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/dashboard-build-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
pull_request:
branches:
- main
paths:
- dashboard

defaults:
run:
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/dashboard-test.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# TODO: RC make dashboard github workflows dependent on changes to dashboard folder
name: Dashboard - Tests
on:
push:
branches:
- main
paths:
- dashboard
pull_request:
branches:
- main
branches:
- main
paths:
- dashboard
workflow_dispatch:
environment:
description: 'Environment to run tests against'
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit ab6a28d

Please sign in to comment.