Skip to content

Commit

Permalink
no change with jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
xkeshav committed Oct 18, 2024
1 parent fbe982b commit 6daf487
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ jobs:
echo "DOCS_CHANGED=true" >> $GITHUB_ENV
echo "No changes in docs."
fi
echo "value of ${{job.markdown-lint.steps.check_file_changed.DOCS_CHANGED}}"
- name: Lint Markdown files
if: ${{ job.markdown-lint.check_file_changed.DOCS_CHANGED == 'true' }}
if: ${{ $DOCS_CHANGED == 'true' }}
uses: ./.github/actions/md-lint

0 comments on commit 6daf487

Please sign in to comment.