You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The last workflow took 1h 27m 44s to pass and the longest step took 19m 28s.
What would you think of splitting this workflow in two step.
The first would build the vuln-list-update executable and upload it with actions/upload-artifact
The second would be a matrix of the differents targets (with their appropriate names) which would download the artifact (actions/download-artifact) and then execute ./vuln-list-update -target ...
The advantage of matrix is of course parallelization of the tasks.
What I don't know yet to create the right PR is what needs to be know by each step (GITHUB_TOKEN, GITHUB_ENV...)
The text was updated successfully, but these errors were encountered:
The last workflow took 1h 27m 44s to pass and the longest step took 19m 28s.
What would you think of splitting this workflow in two step.
The first would build the vuln-list-update executable and upload it with actions/upload-artifact
The second would be a matrix of the differents targets (with their appropriate names) which would download the artifact (actions/download-artifact) and then execute
./vuln-list-update -target ...
The advantage of matrix is of course parallelization of the tasks.
What I don't know yet to create the right PR is what needs to be know by each step (GITHUB_TOKEN, GITHUB_ENV...)
The text was updated successfully, but these errors were encountered: