Skip to content

Add workflow_dispatch trigger#183

Merged
reakaleek merged 1 commit intoelastic:mainfrom
reakaleek:feature/enable-workflow-dispatch
May 9, 2023
Merged

Add workflow_dispatch trigger#183
reakaleek merged 1 commit intoelastic:mainfrom
reakaleek:feature/enable-workflow-dispatch

Conversation

@reakaleek
Copy link
Copy Markdown
Member

@reakaleek reakaleek commented May 9, 2023

Details

Add workflow_dispatch trigger to be able to run the workflow manually.

@reakaleek reakaleek requested a review from a team May 9, 2023 08:42
@reakaleek reakaleek marked this pull request as ready for review May 9, 2023 08:42
@reakaleek reakaleek merged commit 799333e into elastic:main May 9, 2023
@reakaleek reakaleek deleted the feature/enable-workflow-dispatch branch May 9, 2023 08:43
name: bump-opbeans-ruby

on:
workflow_dispatch: ~
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OOC, what's the reason for ~? I could not find any references in the docs

Copy link
Copy Markdown
Member Author

@reakaleek reakaleek May 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's YAML syntax and it's just a symbol for null

IMO makes it explicit that it's null

instead of

on:
 workflow_dispatch:

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Jan!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants