Skip to content

Commit

Permalink
wait for job completion
Browse files Browse the repository at this point in the history
  • Loading branch information
taraspos authored Dec 16, 2024
1 parent 72600a7 commit 1cb9970
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docs-amplify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
jobs:
amplify-preview:
name: Get and post Amplify preview URL
runs-on: ubuntu-latest
runs-on: ubuntu-22.04-2core-arm64
environment: docs-amplify
steps:
- name: Checkout shared-workflow
Expand All @@ -29,8 +29,10 @@ jobs:
aws-region: us-west-2
role-to-assume: ${{ vars.IAM_ROLE }}

- uses: ./tools/amplify-preview
- name: Amplify Preview
uses: ./tools/amplify-preview
with:
app_ids: ${{ vars.AMPLIFY_APP_IDS }}
create_branches: "true"
github_token: ${{ secrets.GITHUB_TOKEN }}
wait: "true"

0 comments on commit 1cb9970

Please sign in to comment.