Skip to content

Commit ce171c7

Browse files
wait for workflow
1 parent 23cbfcb commit ce171c7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/deploy_preview.yml

+6
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ jobs:
2121
client-secret: ${{ secrets.DOTCOM_SHARED_COMPONENTS_APP_CLIENT_SECRET }}
2222
installation-id: ${{ vars.DOTCOM_SHARED_COMPONENTS_APP_INSTALLATION_ID }}
2323

24+
- name: Wait
25+
uses: NathanFirmo/[email protected]
26+
with:
27+
token: ${{ secrets.GITHUB_TOKEN }}
28+
workflow: 'get_figma_images.yml'
29+
2430
- name: Checkout default branch
2531
uses: actions/checkout@v4
2632

File renamed without changes.

0 commit comments

Comments
 (0)