Skip to content

Commit

Permalink
Update sdkAutomation.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniloMilenkovic authored Oct 28, 2024
1 parent 4ffe125 commit 9e7a042
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sdkAutomation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ jobs:
env:
RELEASES_SPREADSHEET: ${{ secrets.RELEASES_SPREADSHEET }}
run: |
python -u scripts/release_calendar.py --title "NECTO DAILY UPDATE" --doc_link $RELEASES_SPREADSHEET
if ${{ github.event.inputs.new_branch }} == true; then
git fetch --all
if [[ `git branch -a | grep "new-feature/automation"` ]]; then
Expand All @@ -115,6 +113,8 @@ jobs:
git checkout $branchName
git reset --hard $(git rev-list --max-parents=1 )
fi
python -u scripts/release_calendar.py --title "NECTO DAILY UPDATE" --doc_link $RELEASES_SPREADSHEET
# Create a new directory at the root of your repository
- name: Create automatization directory
Expand Down

0 comments on commit 9e7a042

Please sign in to comment.