interface icon indicating copy to clipboard operation
interface copied to clipboard

[Bug] workflow download crowdin must be configure to run only on the original repo to avoid useless emailing

Open NandyBa opened this issue 1 year ago • 2 comments

Describe the bug At ACI we have a intance of this repo to implement and test change before pushing then to Aave Lab We detect that workflow "Download crowdin" was executed on all the fork resulting on GitHub action failed and useless minimum 4 email notifications a day

Can you add an if: github.repository == 'aave/interface' as described in this GitHub doc chapter

To Reproduce Steps to reproduce the behavior:

  1. fork the repo
  2. push it to github
  3. wait some hour until the workflork "Download crowdin" been trigger by cron

Expected behavior Workflow "Download crowdin" must been tigger only on the original repo

Screenshots If applicable, add screenshots to help explain your problem.

Devices All devices

Example of email Capture d’écran 2024-12-09 à 21 41 40

NandyBa avatar Dec 09 '24 20:12 NandyBa

@CanonicalJP problem is not fixed

NandyBa avatar Jan 08 '25 00:01 NandyBa

Re-opened

CanonicalJP avatar Jan 08 '25 10:01 CanonicalJP