This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
     new a2fc8c6d4 fix(ci): sleep 30 minutes
a2fc8c6d4 is described below

commit a2fc8c6d47b3c85a3d1608e565289e3ee561e023
Author: Pasquale Congiusti <pasquale.congiu...@gmail.com>
AuthorDate: Wed Aug 9 12:15:04 2023 +0200

    fix(ci): sleep 30 minutes
    
    Ref #4596
---
 .github/actions/automatic-updates/action.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/actions/automatic-updates/action.yml 
b/.github/actions/automatic-updates/action.yml
index a0b79eefc..95142599a 100644
--- a/.github/actions/automatic-updates/action.yml
+++ b/.github/actions/automatic-updates/action.yml
@@ -114,3 +114,9 @@ runs:
         CI_TOKEN: ${{ inputs.secretGithubToken }}
       run: |
         git push 
"https://$CI_USER:$ci_to...@github.com/$GITHUB_REPOSITORY.git"; HEAD:${{ 
inputs.branch-ref }}
+
+    # Give it a rest to avoid hitting Github API rate limit
+    - name: Sleep
+      shell: bash
+      run: |
+        sleep 1800

Reply via email to