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

CI-ext skip condition wrong #47

Closed
ahueck opened this issue Jan 4, 2021 · 0 comments
Closed

CI-ext skip condition wrong #47

ahueck opened this issue Jan 4, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@ahueck
Copy link
Contributor

ahueck commented Jan 4, 2021

The commit message payload [ci skip] does not lead to skipping the CI extended test runner.

Fix

Change || to &&: "!contains(..., '[ci skip]') || !contains(..., '[ci ext skip]')"
to "!contains(..., '[ci skip]') && !contains(..., '[ci ext skip]')"

@ahueck ahueck added the bug Something isn't working label Jan 4, 2021
@ahueck ahueck closed this as completed in adf61dc Jan 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant