Skip to content

Commit c3fdf48

Browse files
committed
test: always run for validation
1 parent 8ec7bb2 commit c3fdf48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
if [ "${{ needs.detect-changes.outputs.torchx-changed }}" = "true" ]; then
195195
echo "should_run=true" >> $GITHUB_ENV
196196
else
197-
echo "should_run=false" >> $GITHUB_ENV
197+
echo "should_run=true" >> $GITHUB_ENV
198198
fi
199199
- uses: actions/checkout@v2
200200
- uses: erlef/setup-beam@v1

0 commit comments

Comments
 (0)