Skip to content

Commit

Permalink
Re-enable workflow conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
meatballhat committed May 19, 2022
1 parent e7f3925 commit b3359c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cli.yml
Expand Up @@ -12,7 +12,6 @@ on:

jobs:
test:
if: false
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b3359c3

Please sign in to comment.