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 #2

Merged
merged 2 commits into from
Feb 6, 2024

Conversation

Ndpnt
Copy link
Collaborator

@Ndpnt Ndpnt commented Feb 6, 2024

No description provided.

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 merged commit 7d7212a into main Feb 6, 2024
0 of 3 checks passed
@Ndpnt Ndpnt deleted the improve-test-workflow-triggers branch February 6, 2024 16:31
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