Skip to content

Commit

Permalink
also test nightlies with final release of zfs-2.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Wolfgang Hoschek <[email protected]>
  • Loading branch information
whoschek committed Jan 15, 2025
1 parent c190fde commit 61a26fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
flake8 . --count --ignore=E203,W503 --exit-zero --max-complexity=10 --max-line-length=127 --statistics
test_ubuntu_24_04_zfs_latest: # currently uses >= zfs-2.3.0rc5
test_ubuntu_24_04_zfs_latest: # currently uses >= zfs-2.3.0
needs: create_iteration_test_matrix
if: github.event_name == 'pull_request' || github.event.schedule == '5 3 * * *' || inputs.is_external_call || github.event.inputs.run_all_jobs == 'true' || github.event.inputs.job_name == 'test_ubuntu_24_04_zfs_latest' || contains(github.event.inputs.job_names, 'test_ubuntu_24_04_zfs_latest')
runs-on: ubuntu-24.04
Expand Down

0 comments on commit 61a26fe

Please sign in to comment.