Skip to content

Commit ef93dd3

Browse files
committed
chore: add setup again
1 parent 5142fbc commit ef93dd3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/comment-diffs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,8 @@ jobs:
8383
- name: Checkout main
8484
run: git checkout origin/main
8585

86-
# Removed this step for the sake of testing
87-
# - name: Setup again # Add a check here to setup again if deps changed
88-
# uses: ./.github/actions/setup
86+
- name: Setup again # Add a check here to setup again if deps changed
87+
uses: ./.github/actions/setup
8988

9089
- name: Remove old build and build again
9190
run: |

0 commit comments

Comments
 (0)