-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wait on all jobs by omitting running-workflow-name not working for amplify check hook #73
Comments
For me it's not working either, even when I do include |
for reference, heres the result of the curl command to gh api
|
I've tried to write such an action on my own. jobs:
publish:
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
steps:
- name: Wait for build workflow
uses: ArcticLampyrid/action-wait-for-workflow@v1
with:
workflow: build.yml
sha: ${{ github.sha }} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, i am having issues with waiting on an aws amplify deploy check to complete
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??
The text was updated successfully, but these errors were encountered: