Skip to content

Commit 0ab85d3

Browse files
committed
CARRY: Adding timeout to allow for commit to be ready before create PR action
1 parent b6939ba commit 0ab85d3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/odh-kfto-sdk-notebooks-sync.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@ jobs:
147147
git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/$REPO_OWNER/$REPO_NAME.git
148148
git push origin ${{ env.UPDATER_BRANCH }}
149149
150+
- name: Wait for commit to propagate
151+
run: sleep 15
152+
150153
- name: Create Pull Request
151154
run: |
152155
gh pr create --repo $UPSTREAM_OWNER/$UPSTREAM_REPO_NAME \

0 commit comments

Comments
 (0)