LearnToDiscover / actions

GitHub Actions for use in Carpentries-style lessons
0 stars 0 forks source link

Modify `update-workflows` action to use `LearnToDiscover/sandpaper` #4

Open milanmlft opened 3 months ago

milanmlft commented 3 months ago

Currently running the update-workflows action on a lesson will revert a lesson back to using the default carpentries/sandpaper package, instead of our L2D fork.

See for example https://github.com/LearnToDiscover/ML_unsupervised/pull/4

However, this will cause issues with the lesson builds as now our custom Python and ipynb support are missing: https://github.com/LearnToDiscover/ML_unsupervised/actions/runs/9759972495/job/26937774409

Also, it would probably be a good idea to check the lesson builds for these PRs, to avoid merging breaking changes.

milanmlft commented 3 months ago

Also, it would probably be a good idea to check the lesson builds for these PRs, to avoid merging breaking changes.

The problem is that the pr-receive workflow, blocks building the markdown source files when it detects changes to any workflow files (to prevent malicious content from creeping in).