Skip to content
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

feat: use empty command for no check #27

Merged

Conversation

boesing
Copy link
Member

@boesing boesing commented Apr 8, 2021

Q A
BC Break no
New Feature yes

Description

Pass the command as an empty string in case there is no need to execute a command. This is more accurate due to the fact that there is no need to checkout or install any source code or composer deps.

In laminas/laminas-continuous-integration-action#24 I've implemented the handling of the empty string command.

With the current version of laminas-continuous-integration-action, the check will fail as the action will exit with status 1.

…command has to be executed

Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
@boesing boesing force-pushed the feature/use-empty-command-for-no-check branch from ed4e909 to 98eef01 Compare April 8, 2021 14:10
@weierophinney weierophinney added this to the 1.6.0 milestone Apr 8, 2021
Copy link
Member

@weierophinney weierophinney left a comment

Choose a reason for hiding this comment

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

🚢

@weierophinney weierophinney merged commit 2f5d4f3 into laminas:1.6.x Apr 8, 2021
@boesing boesing deleted the feature/use-empty-command-for-no-check branch June 28, 2022 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants