Remove Test Check

This commit is contained in:
thororen1234 2024-11-05 15:30:11 -05:00
parent f414ba9381
commit 2c5f98d02b
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
name: Upload Builds name: Upload Builds
on: on:
workflow_run: workflow_run:
workflows: [Release, Test] workflows: [Release]
types: [completed] types: [completed]
branches: [main, dev] branches: [main, dev]
env: env:

View file

@ -1,7 +1,7 @@
name: Upload Plugins JSONs name: Upload Plugins JSONs
on: on:
workflow_run: workflow_run:
workflows: [Release, Test] workflows: [Release]
types: [completed] types: [completed]
branches: [main] branches: [main]
env: env: