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.

Add a check-only mode or action

See original GitHub issue

In some workflows, there are jobs whose only purpose is to ensure that proper cache state exists for other jobs to pick up. If such a job hits an already stored state, downloading that state for this job only wastes time and network bandwidth because the job does not need to do anything. Here’s an example.

It would be nice to add a mode that only checks existence of the key and sets the cache-hit output.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:16
  • Comments:11 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
aparna-ravindracommented, May 16, 2022

There is now an open issue in the roadmap to provide a cache management experience to view the available caches (here) that will address the scenarios described in this issue.

1reaction
MartijnHolscommented, Jan 14, 2022

All my previous PRs were ignored, and I think it’s cleaner to separate the actions than to add dozens of inputs. I waited a year for my PRs to get any kind of response (still none). Eventually I decided I wanted to clean up my workflows and during the refactor I figured making it PR-ready would be a serious waste of time.

Read more comments on GitHub >

github_iconTop Results From Across the Web

vmagent: promscrape.config check only mode #508 - GitHub
My suggestion is to add to vmagent config check mode: just check config file for errors, and terminate immediately with corresponding exit code: ......
Read more >
Validating tasks: check mode and diff mode
Ansible provides two modes of execution that validate tasks: check mode and diff mode. These modes can be used separately or together. They...
Read more >
Configuration options for isort
Adds the specified import line to all files, automatically determining correct placement. Type: List of Strings Default: frozenset() Config default: [] Python & ......
Read more >
Authorization and authentication - AWS AppSync
These basic authorization types work for most developers. For more advanced use cases, you can add additional authorization modes through the console, the...
Read more >
Analyzing documents with the Preflight tool (Acrobat Pro)
If you selected a single check only, the Analyze option is available. If you selected a single fixup, click Fix to start a...
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