Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodr authored Feb 6, 2024
1 parent b95e395 commit 6a5caab
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 6a5caab

Please sign in to comment.