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