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

Make sure generate cache without needs #442

Closed
wants to merge 1 commit into from

Conversation

zoo868e
Copy link
Contributor

@zoo868e zoo868e commented Oct 2, 2023

Fixes #340

Use the workflow_run event to ensure that jobs are triggered only when the cache already exists. The new Generate Cache Workflow is triggered by:

  1. A pull request (PR).
  2. A branch push.
  3. A merge operation within a group.

Once the Generate Cache Workflow is completed, trigger the Build & Tests workflow.

@jswrenn
Copy link
Collaborator

jswrenn commented Oct 2, 2023

It appears this didn't actually trigger the Build & Tests workflow, unfortunately.

@joshlf joshlf closed this Oct 2, 2023
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.

[CI] Deduplicate actions/cache directives
3 participants