question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

GitHub Actions Workflow Improvements

See original GitHub issue

There are some elements in our CI that can be improved:

For example, code-style.yml starts very often in non-code updates. The same for docs.yml for non-docs.

pytorch-version-tests.yml fails to open the issue because of access problem: https://github.com/pytorch/ignite/runs/2157534748?check_suite_focus=true#step:9:8

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9

github_iconTop GitHub Comments

1reaction
trsvchncommented, Apr 6, 2021

@vfdev-5 Absolutely, docs is very tricky, docs is tightly connected with the repo code, its hard to find non-docs related parts, I was thinking about reducing the number of docs “dry runs” on pull_request by excluding docker, some GHA workflow files, tests but I think its minor changes, so let’s keep it as it is

1reaction
vfdev-5commented, Mar 21, 2021

Can you try that on a separate repo to see what it works exactly. For me “first contribution” is the first and only the first writen issue (same for PR).

Read more comments on GitHub >

github_iconTop Results From Across the Web

Features • GitHub Actions
Built in secret store. Automate your software development practices with workflow files embracing the Git flow by codifying it in your repository.
Read more >
GitHub Actions: Improvements to reusable workflows
You can now nest up to 4 levels of reusable workflows giving you greater flexibility and better code reuse. Calling a reusable workflow...
Read more >
GitHub Actions Performance Improvement for your CI/CD
Therefore, in this article we will learn how can you leverage the GitHub caching workflow dependencies mechanism to improve speed and save ...
Read more >
Evolution of GitHub Action Workflows - Alexandre Bergel
This paper presents the result of a manual inspection of 222 commits of GitHub Actions workflows obtained from 10 popular open-source repositories. Our ......
Read more >
Evolution of GitHub Action Workflows - IEEE Xplore
GitHub Actions are an event-driven tool to automatically respond to particular ... opportunities for improvement in the way workflows are built and edited....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found