Skip to content

Commit

Permalink
ggs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Do committed Feb 7, 2024
1 parent d2b2850 commit b67d2d6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/temp_ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ jobs:
if: steps.changed-files-action.outputs.any_changed == 'true'
env:
CHANGED_MODULES: action
run:
run: |
echo "Detected action changes"
echo "CHANGED_MODULES: $CHANGED_MODULES"
- name: Get changed files inside interfacing folder
id: changed-files-interfacing
Expand All @@ -48,8 +49,9 @@ jobs:
if: steps.changed-files-interfacing.outputs.any_changed == 'true'
env:
CHANGED_MODULES: "$CHANGED_MODULES interfacing"
run:
run: |
echo "Detected interfacing changes"
echo "CHANGED_MODULES: $CHANGED_MODULES"
- name: List all changed files
env:
Expand Down

0 comments on commit b67d2d6

Please sign in to comment.