diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8b788b0e..2374ee6e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,4 +18,4 @@ jobs: id: list_repos run: | curl -s "https://api.github.com/orgs/LedgerHQ/repos?type=public&per_page=100" \ - | jq -r '.[] | select(.name | startswith("app-") and .archived == false) | .name' \ No newline at end of file + | jq -r '.[] | select(.name | startswith("app-")) | select(.archived == false) | .name' \ No newline at end of file