Skip to content

Commit

Permalink
build: check if release is published
Browse files Browse the repository at this point in the history
  • Loading branch information
akikanellis committed Jan 26, 2024
1 parent 1993051 commit 6284981
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
lint:
name: Lint
needs: release
if: needs.release.outputs.release-published
uses: ./.github/workflows/lint.yml

permissions:
Expand All @@ -101,6 +102,7 @@ jobs:
test:
name: Test
needs: release
if: needs.release.outputs.release-published
uses: ./.github/workflows/test.yml

permissions:
Expand All @@ -117,6 +119,7 @@ jobs:
test-release:
name: Test release
needs: release
if: needs.release.outputs.release-published
runs-on: ubuntu-latest

permissions:
Expand Down

0 comments on commit 6284981

Please sign in to comment.