Skip to content

Commit

Permalink
im going insane
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Do committed Feb 7, 2024
1 parent 152f7ce commit 904b491
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/temp_ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
files: src/action/**

- name: Update CHANGED_MODULES for action
if: steps.changed-files-specific.outputs.any_changed == 'true'
if: steps.changed-files-action.outputs.any_changed == 'true'
env:
CHANGED_MODULES: action
run:
Expand All @@ -45,7 +45,7 @@ jobs:
files: src/interfacing/**

- name: Update CHANGED_MODULES for action
if: steps.changed-files-specific.outputs.any_changed == 'true'
if: steps.changed-files-interfacing.outputs.any_changed == 'true'
env:
CHANGED_MODULES: "$CHANGED_MODULES interfacing"
run:
Expand Down

0 comments on commit 904b491

Please sign in to comment.