test tutorials as part of each release
The tutorials should be automatically tested in CI for each release to ensure they stay up to date. This auto testing can be done with adding a CI step that is only triggered when an MR is opened into the master
branch. I would avoid this test in the normal CI as it can be time consuming.