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

Ensure workflow is triggered on pull request updates #31

Merged
merged 2 commits into from
Feb 6, 2024

Conversation

Ndpnt
Copy link
Member

@Ndpnt Ndpnt commented Feb 6, 2024

Thanks to @Kissaki for spotting the issue in #30. As a result, this PR ensures that the test workflow triggers on every pull request update.

Ndpnt added 2 commits February 6, 2024 15:17
Ensure `synchronize` event also trigger the workflow, as relying solely
on push events failed for pull requests from forked repositories.

See https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request
Push triggers outside of pull requests are omitted intentionally to prevent duplicate workflow runs. Since this repository mainly involves managing service declarations rather than altering software features, running tests on every commit of every branch isn't seen as essential compared to traditional software.
@Ndpnt Ndpnt requested review from clementbiron and MattiSG February 6, 2024 14:55
Copy link
Member

@MattiSG MattiSG left a comment

Choose a reason for hiding this comment

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

Looks good, let's try this out!! 😃

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