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

CI: Add workflow to create svg puml #62

Closed
wants to merge 5 commits into from
Closed

Conversation

tom-rm-meyer-ISST
Copy link
Contributor

Description

Adds the following workflow: https://github.com/eclipse-tractusx/sig-infra#generate-static-plantuml-files

Updates the container jobs to not run on forks.

Pre-review checks

Please ensure to do as many of the following checks as possible, before asking for committer review:

@tom-rm-meyer-ISST
Copy link
Contributor Author

directly created branch upstream

@tom-rm-meyer-ISST tom-rm-meyer-ISST deleted the ci/static-puml branch October 30, 2023 10:09
- '**/*.puml'
jobs:
render-images:
if: github.repository_owner == 'eclipse-tractusx' # prevent running on forks
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It may also be acceptable if this runs on the forks. I would remove this line.

uses: eclipse-tractusx/sig-infra/.github/workflows/reusable-generate-puml-svg.yml@main

store-images:
if: github.repository_owner == 'eclipse-tractusx' # prevent running on forks
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It may also be acceptable if this runs on the forks. I would remove this line.

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