Open
Description
Hi, i am having issues with waiting on an aws amplify deploy check to complete
name: CI
on:
pull_request:
branches: ["master"]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
test:
name: CI Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Wait for amplify preview to deploy
uses: lewagon/[email protected]
with:
ref: ${{ github.ref }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 10
- uses: actions/setup-node@v2
................
I have omitted running-workflow-name: as to force this job to wait for all other jobs, as specifying the amplify job name wasn't working either.
Maybe the config is wrong??
Metadata
Metadata
Assignees
Labels
No labels