diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index dafa75e..bd1aee2 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -19,6 +19,8 @@ jobs: - mrchem_ubuntu-18.04 - circleci_ubuntu-18.04 - circleci_ubuntu-18.04-conda + # Keep going on other deployments if anything bloops + fail-fast: false # Defines custom environment variables for the workflow. env: @@ -32,10 +34,6 @@ jobs: contents: read packages: write - strategy: - # Keep going on other deployments if anything bloops - fail-fast: false - steps: - name: Checkout uses: actions/checkout@v4