Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[skip ci]: Only produce cicd data on workflow runs that are success/f…
…ailure/cancelled (ignore skipped runs) (#17371) ### Ticket ### Problem description PR Gate has a lot of skipped runs that are causing _produce_data.yaml to fetch and push empty cicd data for superset (PR gate skips old runs that haven't started when a new commit is added to a developer's branch). This has the unintended side effect of causing rate limiting on GH api side. ### What's changed Only trigger _produce_data.yaml jobs on - workflow_run when `github.event.workflow_run.conclusion` is success/failure/cancelled (ignore skipped) - workflow_call - workflow_dispatch ### Checklist - [ ] Post commit CI passes - [ ] Blackhole Post commit (if applicable) - [ ] Model regression CI testing passes (if applicable) - [ ] Device performance regression CI testing passes (if applicable) - [ ] **(For models and ops writers)** Full [new models](https://github.com/tenstorrent/tt-metal/actions/workflows/full-new-models-suite.yaml) tests passes - [ ] New/Existing tests provide coverage for changes
- Loading branch information