Skip to content

Commit

Permalink
workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Do committed Feb 7, 2024
1 parent ea5ede8 commit 9720a9c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/temp_ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
if: steps.changed-files-specific.outputs.any_changed == 'true'
env:
CHANGED_MODULES: action
run:
echo "Detected action changes"

- name: Get changed files inside interfacing folder
id: changed-files-interfacing
Expand All @@ -42,6 +44,8 @@ jobs:
if: steps.changed-files-specific.outputs.any_changed == 'true'
env:
CHANGED_MODULES: "$CHANGED_MODULES interfacing"
run:
echo "Detected interfacing changes"

- name: List all changed files
env:
Expand Down

0 comments on commit 9720a9c

Please sign in to comment.