File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ run-name: 📦 Generate artifacts for ${{ github.event_name == 'issue_comment' &
66on :
77 push :
88 branches :
9- - geocat
9+ - geocat-metadata-quality-component
1010 release :
1111 types : [published]
1212 issue_comment :
@@ -20,7 +20,7 @@ concurrency:
2020env :
2121 NODE_VERSION : 20
2222 # a list of apps to build and publish on releases
23- APP_NAMES : datahub,metadata-editor
23+ APP_NAMES : datahub
2424
2525jobs :
2626 checks :
8888 - name : Build docker images for affected apps
8989 if : github.event_name != 'release'
9090 # FIXME: excluding data-platform until it has a remote registry to be pushed
91- run : npx nx affected --target=docker-build --exclude=data-platform
91+ run : npx nx affected --target=docker-build --exclude=data-platform --exclude=metadata-editor
9292
9393 - name : Build docker images for tools
9494 working-directory : tools
You can’t perform that action at this time.
0 commit comments