From b402b3c3eccaf755d6f9a616b63b13f01f22c34b Mon Sep 17 00:00:00 2001 From: Arkadii Yakovets Date: Thu, 2 Nov 2023 12:35:26 -0700 Subject: [PATCH] Update config --- .dockerignore | 2 +- .github/workflows/config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.dockerignore b/.dockerignore index 400490d7a..41934125e 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,4 +1,4 @@ -.git +**/.git **/__pycache__ **/*.pyc **/batch-job-templates diff --git a/.github/workflows/config.yml b/.github/workflows/config.yml index bd9fe259c..7b5d96fde 100644 --- a/.github/workflows/config.yml +++ b/.github/workflows/config.yml @@ -85,7 +85,7 @@ jobs: env: IMAGES: migrations affymetrix needs: - - test_affymetrix + - test_base runs-on: ubuntu-latest-m steps: - uses: actions/checkout@v3