We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Actions, separate jobs each have a 6 hour limit. We are currently hitting that limit with everything in one job, so they need to be split out. We can use composite actions to do this in a DRY way.
The text was updated successfully, but these errors were encountered:
Also, files can be passed between steps using: https://docs.github.com/en/actions/guides/storing-workflow-data-as-artifacts#passing-data-between-jobs-in-a-workflow
Sorry, something went wrong.
No branches or pull requests
In Actions, separate jobs each have a 6 hour limit. We are currently hitting that limit with everything in one job, so they need to be split out. We can use composite actions to do this in a DRY way.
The text was updated successfully, but these errors were encountered: