Remove Unnecessary Docker Test Pipeline (#93)

* Remove: container test pipeline

* Update: build pipelines rely on test pipeline

* Fix: typo in build file

* Fix: naming conventions for workflows in yml
This commit is contained in:
Kevin Dang
2024-07-31 06:20:00 -07:00
committed by GitHub
parent 060494e883
commit 02ffb6a196
3 changed files with 4 additions and 47 deletions

View File

@@ -1,21 +1,10 @@
name: Builds
run-name: Validate Node and Docker Builds
on:
pull_request:
branches:
- master
paths:
- '*'
- 'package*.json'
- 'src/**'
- 'tests/**'
- '!docs/**'
- '!imgs/**'
- '!.github/**'
- '.github/workflows/**'
- '!.gitignore'
- '!LICENSE'
- '!README'
workflow_run:
workflows: [Tests]
types:
- completed
jobs:
Discord-Node-Build: # test if the node install and run