ci: only test changed notebooks using 'development' version of the library (#3187)

This commit is contained in:
Vadym Barda
2025-01-23 21:41:47 -05:00
committed by GitHub
parent d794875b32
commit ad51bfdf71
2 changed files with 8 additions and 32 deletions
+1 -3
View File
@@ -16,9 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
lib-version:
- "development"
- "latest"
lib-version: ${{ (github.event_name == 'pull_request') && fromJSON('["development"]') || fromJSON('["development", "latest"]') }}
steps:
- uses: actions/checkout@v4