From 6d5f664fde2a26011db3f083a943cc47bd6acf72 Mon Sep 17 00:00:00 2001 From: Aris Paschalidis Date: Fri, 22 Oct 2021 17:12:40 -0400 Subject: [PATCH] Don't automatically build container Code has been commented out until #9 has been properly addressed. --- .github/workflows/build-container.yaml | 55 ++++++++++++++------------ 1 file changed, 29 insertions(+), 26 deletions(-) diff --git a/.github/workflows/build-container.yaml b/.github/workflows/build-container.yaml index 84ce2fe..0c76631 100644 --- a/.github/workflows/build-container.yaml +++ b/.github/workflows/build-container.yaml @@ -8,32 +8,35 @@ on: required: true default: "dev" - # Trigger on push - # Only triggers if anything in src/, bin/, programs/, a .ipynb file, or a .def - # file at the root of the repo changes - push: - branches: [main, master] - paths: - - "src/**" - - "bin/**" - - "programs/**" - - "*.def" - - "**.ipynb" - - # Trigger on PR - # Only triggers if anything in src/, bin/, programs/, a .ipynb file, or a .def - # file at the root of the repo changes - pull_request: - paths: - - "src/**" - - "bin/**" - - "programs/**" - - "*.def" - - "**.ipynb" - - # Trigger on published release - release: - types: [published] + # TODO: Uncomment the following lines of code when we have reduced the memory + # usage of MIPTools. + # Github issue: https://github.com/bailey-lab/MIPTools/issues/9 + # # Trigger on push + # # Only triggers if anything in src/, bin/, programs/, a .ipynb file, or a .def + # # file at the root of the repo changes + # push: + # branches: [main, master] + # paths: + # - "src/**" + # - "bin/**" + # - "programs/**" + # - "*.def" + # - "**.ipynb" + + # # Trigger on PR + # # Only triggers if anything in src/, bin/, programs/, a .ipynb file, or a .def + # # file at the root of the repo changes + # pull_request: + # paths: + # - "src/**" + # - "bin/**" + # - "programs/**" + # - "*.def" + # - "**.ipynb" + + # # Trigger on published release + # release: + # types: [published] # Set path to definition file env: