Skip to content

Commit 3071fdf

Browse files
authored
fix: next-veda-ui is unsupported / removed from monday release workflow (#1956)
Closes: #1955 ### Description of Changes Because of the current unsupported state of next-veda-ui, this PR removes `next-veda-ui` from the `veda-ui` release workflow. This is to prevent auto-generation of [ignored PRs](https://github.com/NASA-IMPACT/next-veda-ui/pulls). <img width="1285" height="731" alt="Screenshot 2025-12-16 at 12 45 48 PM" src="https://github.com/user-attachments/assets/ddb72c2d-a055-4b92-943a-35d373a6f5f2" /> ### Notes & Questions About Changes Note, there is a [companion PR](NASA-IMPACT/next-veda-ui#120) in `next-veda-ui` to mark that repo as unsupported / beta.
2 parents 6730dfb + 2d85aea commit 3071fdf

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,6 @@ jobs:
100100
repository: nasa-impact/veda-config
101101
event-type: update-version
102102
client-payload: '{"ref": "${{ github.ref }}", "VERSION_NUMBER": "${{ steps.git-release.outputs.VERSION_NUMBER }}"}'
103-
- name: Trigger version update in Template Instance
104-
uses: peter-evans/repository-dispatch@v3
105-
with:
106-
token: ${{steps.generate-token.outputs.token}}
107-
repository: nasa-impact/next-veda-ui
108-
event-type: update-version
109-
client-payload: '{"ref": "${{ github.ref }}", "VERSION_NUMBER": ${{ env.VERSION }}}'
110103
notify:
111104
# If any of job fails
112105
if: failure()

0 commit comments

Comments
 (0)