Re-enable workflow conditions
This commit is contained in:
parent
e7f3925a5a
commit
b3359c3e27
3
.github/workflows/cli.yml
vendored
3
.github/workflows/cli.yml
vendored
@ -12,7 +12,6 @@ on:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
if: false
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
@ -91,7 +90,7 @@ jobs:
|
||||
git diff --cached --exit-code
|
||||
|
||||
publish:
|
||||
#if: startswith(github.ref, 'refs/tags/')
|
||||
if: startswith(github.ref, 'refs/tags/')
|
||||
name: publish
|
||||
needs: [test-docs]
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user