key4hep / key4hep-spack

A Spack recipe repository of Key4hep software.
10 stars 24 forks source link

Remove github actions that check for new versions and that concretize new PRs #535

Closed tmadlener closed 1 year ago

tmadlener commented 1 year ago

Remove the github action (and accompanying scripts) that populate #238 every week. Mainly because this is still targeting the no longer existing key4hep spack fork and because we seem to have reached a state where missing latest versions for upstream (central) spack packages is no longer a very pressing issue.

Also remove the (at least recently) unused github action that creates a post for updated packages after a PR would be merged. It was run via worfklow_dispatch only and seems to be broken at the moment (might just be an expired token though): https://github.com/key4hep/key4hep-spack/actions/workflows/concretize-lxplus-pr-target.yaml

Fixes #238