Skip to content

Commit

Permalink
Restore release workflow pre-conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
emilevr committed Nov 4, 2023
1 parent c84a9c6 commit 9b138ec
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ on:
- '*.*.*'
workflow_dispatch:
jobs:
# lint:
# uses: ./.github/workflows/lint.yaml
lint:
uses: ./.github/workflows/lint.yaml

coverage:
uses: ./.github/workflows/coverage.yaml

# benchmark:
# uses: ./.github/workflows/benchmark.yaml
benchmark:
uses: ./.github/workflows/benchmark.yaml

build-and-test:
name: '${{ matrix.target }}'
needs:
# - benchmark
- benchmark
- coverage
# - lint
- lint
runs-on: ${{ matrix.runs-on }}
outputs:
CALCULATED_VERSION: ${{ steps.version.outputs.CALCULATED_VERSION }}
Expand Down Expand Up @@ -149,7 +149,6 @@ jobs:
}
publish-pages:
if: github.ref == 'refs/heads/main'
name: Publish Pages
needs: build-and-test
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9b138ec

Please sign in to comment.