fangohr / octopus-in-spack

Develop Octopus in spack (software packaging)
BSD 3-Clause "New" or "Revised" License
3 stars 4 forks source link

Add CI for the octopus@develop version. #50

Closed iamashwin99 closed 1 year ago

iamashwin99 commented 2 years ago

Add CI for the octopus@develop version.

iamashwin99 commented 2 years ago

Also verified via https://github.com/iamashwin99/octopus-in-spack/actions/runs/3361016092 CI.

fangohr commented 1 year ago

Thank you, looks good. However, the checks do not run. I did some reading, and this could be the problem (and solution): https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflows-in-forked-repositories

Can you try to activate the GitHub actions in your forked repository to trigger execution of them here?

iamashwin99 commented 1 year ago

GitHub actions are already enabled in my fork, and they do run successfully: https://github.com/iamashwin99/octopus-in-spack/actions . I am unsure why its not triggered here. I don't see any options to trigger the execution from this PR or from within my fork.