Skip to content

Commit

Permalink
chore(ci): Make "release" job not depend on "ci"
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Dec 17, 2021
1 parent 16d7e0c commit 7a724c8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@ jobs:
path: examples/self

release:
needs: ci
uses: relaycorp/shared-workflows/.github/workflows/tfmodule-release.yml@main

ci:
needs:
- module-checks
- example-self-checks
- release
uses: relaycorp/shared-workflows/.github/workflows/tfmodule-release.yml@main

ci:
needs: release
runs-on: ubuntu-latest
steps:
- run: "echo Success"

0 comments on commit 7a724c8

Please sign in to comment.