-
Notifications
You must be signed in to change notification settings - Fork 7.8k
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
ci: Add run name and start url for e2e tests and docker nighly command (no-changelog) #4800
Conversation
|
||
- name: Call Success URL - optionally | ||
run: | | ||
[[ "${{github.event.inputs.success-url}}" != "" ]] && curl -v ${{github.event.inputs.success-url}} || echo "" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm guessing this is GET
because that's what the other workflow does ? it might make sense to eventually make this POST
and add branch name and user name in the payload.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ya you are right.. post makes more sense.. but would break two workflows, one of which Jan owns.. that's why I did not bother at this point
Got released with |
No description provided.