Skip to content

Commit

Permalink
♻️ ci/cron: remove check push (--no-ci)
Browse files Browse the repository at this point in the history
  • Loading branch information
jyje committed Sep 8, 2024
1 parent 9e7da6e commit 5e84019
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 5e84019

Please sign in to comment.