Skip to content

Commit

Permalink
[CI] Fix: don't use outputs of python workflow for now
Browse files Browse the repository at this point in the history
  • Loading branch information
grydz committed Apr 3, 2024
1 parent 02f7fb4 commit fa76d9e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
os: ${{ matrix.os }}
target: ${{ matrix.target }}
python-version: ${{ matrix.python-version }}
package-version: ${{ needs.python.outputs.package-version }}
name: Release (${{ matrix.os }})
if: ${{ startsWith(github.ref, 'refs/tags/') && endsWith(github.ref, needs.python.outputs.package-version) }}
if: startsWith(github.ref, 'refs/tags/')
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit fa76d9e

Please sign in to comment.