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:
|
jobs:
|
||||||
test:
|
test:
|
||||||
if: false
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
@ -91,7 +90,7 @@ jobs:
|
|||||||
git diff --cached --exit-code
|
git diff --cached --exit-code
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
#if: startswith(github.ref, 'refs/tags/')
|
if: startswith(github.ref, 'refs/tags/')
|
||||||
name: publish
|
name: publish
|
||||||
needs: [test-docs]
|
needs: [test-docs]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user