Skip to content

Commit

Permalink
Step rename
Browse files Browse the repository at this point in the history
  • Loading branch information
calebofearth committed Jan 22, 2025
1 parent 57d211f commit bfdcf23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test-verilator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
# Pull Request, run the Verilator checks
# Otherwise, skip Verilator
steps:
- name: Compare
id: do_compare
- name: Do Git Diff
id: do_git_diff
if: ${{ env.DO_EVAL == true }}
run: |
echo "hello"
Expand All @@ -72,7 +72,7 @@ jobs:
run: |
if [[ "${{ env.DO_EVAL }}" == "false" ]]; then
echo "run=true" >> "${GITHUB_OUTPUT}"
elif [[ ${{ steps.do_compare.outputs.src_mods }} == "true" ]]
elif [[ ${{ steps.do_git_diff.outputs.src_mods }} == "true" ]]
echo "run=true" >> "${GITHUB_OUTPUT}"
else
echo "run=false" >> "${GITHUB_OUTPUT}"
Expand Down

0 comments on commit bfdcf23

Please sign in to comment.