Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trigger docker build and push action to run on a new release of SiEPIC EBeam PDK #270

Merged
merged 8 commits into from
Nov 28, 2023

Conversation

jasminabrar
Copy link
Contributor

  • Previously was not working so fixed it to run when a new version of SiEPIC EBeam PDK is released

  • In order to trigger the workflow to also run when a new version of SiEPIC Tools is released we need to communicate between SiEPIC Tools and SiEPIC EBeam PDK. We would need to add an action in SiEPIC Tools that triggers the workflow in SiEPIC EBeam PDK (there is no way to do it just within SiEPIC EBeam PDK). However, to do this we need to create a secret variable in SiEPIC Tools using a personal access token.

Was previously not working, fixed to run and build a new image whenever a new release of SiEPIC EBeam PDK is released. Unfortunately there is no straight forward way to trigger the action when a release is made to another repo (i.e SiEPIC Tools), this will need to be further investigated.
to manually execute this action
- allows us to manually run this action as well as trigger it from other actions
@jasminabrar
Copy link
Contributor Author

Added workflow_dispatch trigger in the GitHub actions so we can trigger them manually.

@lukasc-ubc lukasc-ubc merged commit 5101f57 into SiEPIC:master Nov 28, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants