Skip to content

Commit

Permalink
lock concurrency on catalog update (#97)
Browse files Browse the repository at this point in the history
* lock concurrency on catalog update

* dont touch fmt

* node-red: fix screenshot array
  • Loading branch information
stavros-k authored Aug 5, 2024
1 parent b23f401 commit b24e883
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update_catalog.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: catalog_update

concurrency:
group: apps_catalog_update

on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion ix-dev/community/node-red/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ run_as_context:
uid: 1000
user_name: node-red
screenshots:
- - https://media.sys.truenas.net/apps/node-red/screenshots/screenshot1.png
- https://media.sys.truenas.net/apps/node-red/screenshots/screenshot1.png
sources:
- https://nodered.org
- https://github.com/node-red/node-red-docker
Expand Down
2 changes: 1 addition & 1 deletion ix-dev/community/node-red/item.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ categories:
- productivity
icon_url: https://media.sys.truenas.net/apps/node-red/icons/icon.png
screenshots:
- - https://media.sys.truenas.net/apps/node-red/screenshots/screenshot1.png
- https://media.sys.truenas.net/apps/node-red/screenshots/screenshot1.png
tags:
- automation

0 comments on commit b24e883

Please sign in to comment.