Skip to content

Commit cea762f

Browse files
committed
debug
1 parent 2846ef4 commit cea762f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check_nn_versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Filter lock dates
6161
id: filter
6262
run: |
63-
echo config=$(jq --arg date $MIN_LOCK_DATE '.[] | select(.date >= $date)' config.json | jq --slurp) >> "$GITHUB_OUTPUT"
63+
echo config=$(jq --arg date 2024-08-06 '.[] | select(.date >= $date)' config.json | jq --slurp) >> "$GITHUB_OUTPUT"
6464
R-CMD-check:
6565
needs: filter-nn-versions
6666
runs-on: '${{ matrix.os }}'

0 commit comments

Comments
 (0)