Skip to content

Commit

Permalink
Update manual-build-and-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Arqamz authored Sep 28, 2024
1 parent 54bf37c commit 6d03a5d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/manual-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Add Random Waiting Time
uses: AliSajid/random-wait-action@f9109712daa7a8103f7be16b68634b9d376587a7 # v2.4.1
with:
minimum: 15
maximum: 50

- name: Zip BuildFiles and send to APIMatic
continue-on-error: true # Allow deployment to fail without halting the action
run: |
Expand Down

0 comments on commit 6d03a5d

Please sign in to comment.