Skip to content

Conversation

@Keboo
Copy link
Member

@Keboo Keboo commented Sep 29, 2024

Right now if you push to a branch with an open PR, both the PR and an push triggers fire, causing the workflow to run twice. This limits it to only run on pushes to develop and master, or on PRs to those branches.
This also adds in a workflow_dispatch trigger to be able to manually kick runs from any branch if desired.

Right now if you push to a branch with an open PR, both the PR and an push triggers fire, causing the workflow to run twice. This limits it to only run on pushes to develop and master, or on PRs to those branches.
This also adds in a workflow_dispatch trigger to be able to manually kick runs from any branch if desired.
@codecov
Copy link

codecov bot commented Sep 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 48.79%. Comparing base (9c52e40) to head (4f37237).
Report is 1 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #248      +/-   ##
===========================================
- Coverage    49.30%   48.79%   -0.52%     
===========================================
  Files          217      220       +3     
  Lines        12513    12646     +133     
  Branches      1223     1223              
===========================================
  Hits          6170     6170              
- Misses        6029     6162     +133     
  Partials       314      314              

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

@caesay
Copy link
Member

caesay commented Sep 30, 2024

I noticed this too. Technically actions minutes are free on public repos, so I wasn't too worried about it. But it could help reduce collisions in our deployment/upload tests so I am happy with it

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.

3 participants