Update error message and remove feature flag preloading
Discussion here https://github.com/github/codeql-action/pull/882#discussion_r789924177 shows that properly handling preloading feature flag errors is complex and the benefit we get from it does not offset the complexity.
This commit is contained in:
parent
e175dea369
commit
f18151cc59
13 changed files with 16 additions and 71 deletions
|
|
@ -145,8 +145,6 @@ async function run() {
|
|||
);
|
||||
|
||||
try {
|
||||
await featureFlags.preloadFeatureFlags();
|
||||
|
||||
const workflowErrors = await validateWorkflow();
|
||||
|
||||
if (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue