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 9720a9c commit b9de52d
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 @@ -21,6 +21,10 @@ jobs:
with:
fetch-depth: 0 # OR "2" -> To retrieve the preceding commit.

- name: sanity check
id: changed-files
uses: tj-actions/changed-files@v42

- name: Find changed files inside action folder
id: changed-files-action
uses: tj-actions/changed-files@v42
Expand Down

0 comments on commit b9de52d

Please sign in to comment.