Skip to content

Commit

Permalink
chore(ci): remove obsolete isOldDoc (#2103)
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez authored Aug 28, 2024
1 parent 77bab18 commit 8b1c4a0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/actions/diffs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ outputs:
isDoc:
description: True when changes happened to some documentation
value: "${{ steps.diff.outputs.isDoc }}"
isOldDoc:
description: True when changes happened to old doc folder
value: "${{ steps.diff.outputs.isOldDoc }}"
isRust:
description: True when changes happened to the Rust code
value: "${{ steps.diff.outputs.isRust }}"
Expand Down Expand Up @@ -49,9 +46,6 @@ runs:
- "*.mdx"
- ".github/workflows/_docs_lint.yml"
- ".github/workflows/_docusaurus.yml"
isOldDoc:
- "doc/**"
- "*.md"
isMove:
- "crates/iota-framework/**"
- "crates/iota-framework-build/**"
Expand Down

0 comments on commit 8b1c4a0

Please sign in to comment.