Add a check-only mode or action
See original GitHub issueIn 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:
- Created 3 years ago
- Reactions:16
- Comments:11 (1 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
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.