Skip to content

Avoid to have stuck actions when running update_locales task#20819

Merged
timvandermeij merged 1 commit intomozilla:masterfrom
calixteman:avoid_stuck_actions
Mar 7, 2026
Merged

Avoid to have stuck actions when running update_locales task#20819
timvandermeij merged 1 commit intomozilla:masterfrom
calixteman:avoid_stuck_actions

Conversation

@calixteman
Copy link
Copy Markdown
Contributor

The task update_locales is using the GITHUB_TOKEN to push the changes to the update-locales branch, but this token doesn't trigger other workflows (see [1]), so we need to explicitly dispatch the required ones.

[1] https://github.com/orgs/community/discussions/26970#discussioncomment-3254152

The task update_locales is using the GITHUB_TOKEN to push the changes to
the update-locales branch, but this token doesn't trigger other workflows (see [1]),
so we need to explicitly dispatch the required ones.

[1] https://github.com/orgs/community/discussions/26970#discussioncomment-3254152
@calixteman calixteman requested a review from timvandermeij March 6, 2026 13:58
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Mar 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 62.74%. Comparing base (a4fcd83) to head (d618a2b).
⚠️ Report is 165 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #20819      +/-   ##
==========================================
- Coverage   62.75%   62.74%   -0.02%     
==========================================
  Files         169      169              
  Lines      119829   119829              
==========================================
- Hits        75199    75181      -18     
- Misses      44630    44648      +18     
Flag Coverage Δ
fonttest ?
unittestcli 62.74% <ø> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@timvandermeij timvandermeij linked an issue Mar 7, 2026 that may be closed by this pull request
@timvandermeij timvandermeij merged commit d08e90b into mozilla:master Mar 7, 2026
10 checks passed
@timvandermeij
Copy link
Copy Markdown
Contributor

Let's see how this goes; thanks!

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.

[Bug]: Fix GitHub workflows errors for bot users

3 participants