We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c7c1b6 commit 66a4e86Copy full SHA for 66a4e86
.github/workflows/update-cli.yml
@@ -40,10 +40,6 @@ jobs:
40
git config user.email '[email protected]'
41
git commit -m 'CLI documentation update from CI'
42
git push origin main
43
-
44
- deploy:
45
- runs-on: ubuntu-latest
46
- needs: update-cli
47
- steps:
48
- - name: Call publish workflow
49
- uses: ./.github/workflows/publish.yml
+ - name: Call publish workflow
+ if: steps.status.outputs.has_changes == '1'
+ uses: ./.github/workflows/publish.yml
0 commit comments