Skip to content

Commit

Permalink
Merge pull request #39233 from software-mansion-labs/fix/gh-staging-d…
Browse files Browse the repository at this point in the history
…eploy

[No QA] Fix GH staging deploy action
  • Loading branch information
mountiny authored Mar 29, 2024
2 parents 8c40e03 + d22d160 commit 1d191cd
Show file tree
Hide file tree
Showing 12 changed files with 725 additions and 29 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const _ = require('underscore');
const lodashThrottle = require('lodash/throttle');
const CONST = require('../../../libs/CONST');
const ActionUtils = require('../../../libs/ActionUtils');
const GitHubUtils = require('../../../libs/GithubUtils');
Expand Down Expand Up @@ -56,7 +57,7 @@ function run() {

return promiseDoWhile(
() => !_.isEmpty(currentStagingDeploys),
_.throttle(
lodashThrottle(
throttleFunc,

// Poll every 60 seconds instead of every 10 seconds
Expand Down
Loading

0 comments on commit 1d191cd

Please sign in to comment.