Path filter include#253
Conversation
Signed-off-by: Abolfazl Shahbazi <12436063+ashahba@users.noreply.github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: aaffcd9e7c
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| - name: Check if files exist | ||
| id: check |
There was a problem hiding this comment.
Report post-generation cache metrics
On a cold Actions cache, this check step runs before Generate large file (ACTIONS), but the job outputs and consolidated summary consume steps.check.outputs, so the first benchmark run reports 0 files/bytes even after creating the 2 GiB file. The Namespace jobs re-check after generation; the Actions cache jobs need the same post-generation check, including the analogous actions-cache-many job below.
Useful? React with 👍 / 👎.
No description provided.