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
I am trying to use CodeBuild in time-consuming build that might exceed GitHub Actions free tier timeout (6 hrs).
Is it possible to somehow detach the build? I am fine with the information that it successfully started.
I can work around by simply retracting GetLogsEvents permission from the aws user, but then GH build fails, even though codebuild starts (and finishes) successfully.
The text was updated successfully, but these errors were encountered:
I am trying to use CodeBuild in time-consuming build that might exceed GitHub Actions free tier timeout (6 hrs).
Is it possible to somehow
detach
the build? I am fine with the information that it successfully started.I can work around by simply retracting GetLogsEvents permission from the aws user, but then GH build fails, even though codebuild starts (and finishes) successfully.
The text was updated successfully, but these errors were encountered: