Skip to content

Commit

Permalink
sleep reduce
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwin1111 committed Jul 1, 2024
1 parent d5d4349 commit a6ead7f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/fyle_hulk_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,21 @@ jobs:

- name: Initialize and update submodules
run: |
date
git submodule sync --recursive
git submodule update --init --recursive
git submodule foreach git fetch --all
date
sleep 2
- name: Run CI
id: run-ci
run: |
echo "Running ci"
date
sleep 2
- name: Get Release branch name if workflow_run
if: github.event_name == 'workflow_run'
run: |
echo "release_branch=netsuite_api_release_$(date +%Y_%m_%d)" >> $GITHUB_ENV
date
- name: Checkout to Release branch if workflow_run
uses: actions/checkout@v4
Expand Down

0 comments on commit a6ead7f

Please sign in to comment.