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

Prevent Functional Tests - All Databases triggering on PR comments (Lombiq Technologies: OCORE-171) #16097

Merged
merged 1 commit into from
May 27, 2024

Conversation

Piedone
Copy link
Member

@Piedone Piedone commented May 18, 2024

I think there's a GitHub Actions bug, see https://github.com/orgs/community/discussions/124396, but this works around it.

Let's check what happens if you approve this PR!

@Piedone Piedone requested a review from hishamco May 26, 2024 17:47
Copy link
Member

@MikeAlhayek MikeAlhayek left a comment

Choose a reason for hiding this comment

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

Approving for testing @Piedone

@Piedone
Copy link
Member Author

Piedone commented May 27, 2024

It worked. Let's see if it indeed doesn't trigger after this comment.

@Piedone
Copy link
Member Author

Piedone commented May 27, 2024

It didn't, looks good.

@@ -21,6 +21,14 @@ env:
jobs:
test_functional_mvc:
name: Functional Tests - MVC
# These conditions are needed because the workflow triggers on individual PR comments too, see
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
# These conditions are needed because the workflow triggers on individual PR comments too, see
# These conditions are needed because the workflow triggers individual PR comments too, see

Copy link
Member Author

Choose a reason for hiding this comment

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

It doesn't trigger comments ("trigger comments" ~= "creates comments") but is triggered by comments being added, hence the GitHub terminology "on".

@Piedone Piedone merged commit 6f422c3 into OrchardCMS:main May 27, 2024
26 checks passed
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.

3 participants