Skip to content

ci: extracts step from several workflows into action#40280

Closed
FritzHoing wants to merge 1 commit intoapache:mainfrom
FritzHoing:improve-gitlab-ci
Closed

ci: extracts step from several workflows into action#40280
FritzHoing wants to merge 1 commit intoapache:mainfrom
FritzHoing:improve-gitlab-ci

Conversation

@FritzHoing
Copy link
Contributor

This pull-request improves the existing github-workflows:

  • enhances modularity by encapsulating a common operation into a reusable action for easier maintenance
  • avoids duplicating the same cleanup logic across multiple jobs

@potiuk
Copy link
Member

potiuk commented Jun 17, 2024

It will not work. The problem is that the repository code is checked out in the next step so the composite action is not available when you try to run it.

@potiuk
Copy link
Member

potiuk commented Jun 17, 2024

But possibly we can check-out first and do the cleanup later.

@FritzHoing
Copy link
Contributor Author

Oh yes you are right!

@github-actions
Copy link

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale Stale PRs per the .github/workflows/stale.yml policy file label Aug 15, 2024
@github-actions github-actions bot closed this Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:dev-tools stale Stale PRs per the .github/workflows/stale.yml policy file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants