Skip to content

Commit

Permalink
Merge pull request #4 from molssi-seamm/dev
Browse files Browse the repository at this point in the history
Fixed typo in GHA
  • Loading branch information
paulsaxe committed May 12, 2024
2 parents 4afe9d8 + 87ac772 commit e5e0aa9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ on:
- "main"

jobs:
ci:
name: release
release:
name: Release
uses: molssi-seamm/devops/.github/workflows/Release.yaml@main
with:
src : torchani_step
secrets: inherit

docker:
name: docker
name: Docker
needs: release
uses: molssi-seamm/devops/.github/workflows/Docker.yaml@main
with:
Expand Down

0 comments on commit e5e0aa9

Please sign in to comment.