Skip to content

Commit

Permalink
ci: fix job that detects changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pchrysochoidis committed Mar 7, 2022
1 parent b195d35 commit 0b408bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
outputs:
isRust: ${{ steps.diff.outputs.isRust }}
steps:
- uses: actions/checkout@v2
- name: Detect Changes
uses: dorny/[email protected]
id: diff
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/explorer-client-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
outputs:
isClient: ${{ steps.diff.outputs.isClient }}
steps:
- uses: actions/checkout@v2
- name: Detect Changes
uses: dorny/[email protected]
id: diff
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
outputs:
isRust: ${{ steps.diff.outputs.isRust }}
steps:
- uses: actions/checkout@v2
- name: Detect Changes
uses: dorny/[email protected]
id: diff
Expand Down

0 comments on commit 0b408bf

Please sign in to comment.