Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manually Dispatch Most workflows #2686

Merged
merged 1 commit into from Oct 6, 2023
Merged

Conversation

msaroufim
Copy link
Member

@msaroufim msaroufim commented Oct 5, 2023

If a CI has workflow_dispatch: that means you can manually trigger it from the Actions tab using your branch name. This is useful for example if we'd like to run code scanning on a PR without merging it to master first

This would also be ideal for running benchmarks but we'd need to then add an option to skip benchmark results upload to S3

@codecov
Copy link

codecov bot commented Oct 5, 2023

Codecov Report

Merging #2686 (37fedde) into master (cf19d7c) will not change coverage.
The diff coverage is n/a.

❗ Current head 37fedde differs from pull request most recent head 52fb7be. Consider uploading reports for the commit 52fb7be to get more accurate results

@@           Coverage Diff           @@
##           master    #2686   +/-   ##
=======================================
  Coverage   72.39%   72.39%           
=======================================
  Files          85       85           
  Lines        3956     3956           
  Branches       58       58           
=======================================
  Hits         2864     2864           
  Misses       1088     1088           
  Partials        4        4           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@msaroufim msaroufim added this pull request to the merge queue Oct 5, 2023
Merged via the queue into master with commit 726dad2 Oct 6, 2023
13 checks passed
@msaroufim msaroufim deleted the msaroufim/manualdispatch branch October 6, 2023 03:41
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.

None yet

2 participants