Skip to content

Commit

Permalink
πŸ”€ Merge pull request #40 from jyje/develop
Browse files Browse the repository at this point in the history
♻️ ci/cron: remove check push (--no-ci)
  • Loading branch information
jyje authored Sep 8, 2024
2 parents 9e7da6e + 5e84019 commit 80ef227
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/cron-fetch-pip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,6 @@ jobs:
- name: Create PR
if: env.PR_EXISTS == 'false' && env.TAG_EXISTS == 'false'
run: |
# check and wait for `version/${{ env.NEW_VERSION }}` branch to be created
while [ "$(git ls-remote --heads origin version/${{ env.NEW_VERSION }})" = "" ]; do
echo "Waiting for version/${{ env.NEW_VERSION }} branch to be created..."
sleep 5
done
gh pr create \
--title "[v${{ env.NEW_VERSION }}] update ansible version" \
--body "Automatically created PR to update Ansible version to v${{ env.NEW_VERSION }}" \
Expand Down

0 comments on commit 80ef227

Please sign in to comment.