Skip to content

fix: actions trigger - #3719

Merged
portuu3 merged 5 commits into
developfrom
dnechay/ga-fix
Dec 16, 2025
Merged

fix: actions trigger#3719
portuu3 merged 5 commits into
developfrom
dnechay/ga-fix

Conversation

@dnechay

@dnechay dnechay commented Dec 16, 2025

Copy link
Copy Markdown
Collaborator

Issue tracking

N/A/

Context behind the change

In #3685 tag-ignore filter was introduced and after it all related actions stopped to trigger. GitHub doc says

If you define only tags/tags-ignore or only branches/branches-ignore, the workflow won't run for events affecting the undefined Git ref

So in case when you have just tags/tags-ignore it means that GA will consider events only for tags, not for branches. Same applies to branches filter, so in order to avoid actions to run on tag events we need to just specify glob for all branches (fix in this PR).

Also fixed missing lint/test that got merged due to missing checks and brought back jest@29 because we can't just bump this package only: it introduces some issues in test runs (e.g. open handles appear) and has to be updated with some other packages

How has this been tested?

  • check that actions get triggered on push to this branch

Release plan

Just merge

Potential risks; What to monitor; Rollback plan

No

@vercel

vercel Bot commented Dec 16, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
human-app Ready Ready Preview, Comment Dec 16, 2025 11:53am
human-dashboard-frontend Ready Ready Preview, Comment Dec 16, 2025 11:53am
staking-dashboard Ready Ready Preview, Comment Dec 16, 2025 11:53am
2 Skipped Deployments
Project Deployment Review Updated (UTC)
faucet-frontend Ignored Ignored Preview Dec 16, 2025 11:53am
faucet-server Ignored Ignored Preview Dec 16, 2025 11:53am

@dnechay dnechay mentioned this pull request Dec 16, 2025
21 tasks
@portuu3
portuu3 merged commit 793af3a into develop Dec 16, 2025
13 checks passed
@github-project-automation github-project-automation Bot moved this from In Review to Done in Core-tech - 2025 Dec 16, 2025
@portuu3
portuu3 deleted the dnechay/ga-fix branch December 16, 2025 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants