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

Refactor GitHub Actions workflow for fixture regeneration #90

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ryan-gang
Copy link
Collaborator

This pull request refactors the GitHub Actions workflow for fixture regeneration. The trigger_pipeline job has been renamed to regenerate_fixtures and the workflow has been simplified by using an external action for fixture regeneration. Redundant steps related to checkout, Go setup, and fixture update have been removed. Secrets are now inherited for better security management.

- Renamed job from `trigger_pipeline` to `regenerate_fixtures`.
- Simplified the workflow by using an external action for fixture regeneration.
- Removed redundant steps related to checkout, Go setup, and fixture update.
- Inherited secrets for better security management.
@ryan-gang ryan-gang self-assigned this Jan 3, 2025
@ryan-gang ryan-gang added the regenerate-fixtures Trigger a CI job to regenerate fixtures label Jan 3, 2025
Copy link

github-actions bot commented Jan 3, 2025

Triggered a Github Actions job to update fixtures.

@github-actions github-actions bot removed the regenerate-fixtures Trigger a CI job to regenerate fixtures label Jan 3, 2025
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.

1 participant