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

Fix trigger conditions #107

Merged
merged 1 commit into from
Sep 29, 2023
Merged

Fix trigger conditions #107

merged 1 commit into from
Sep 29, 2023

Conversation

koppor
Copy link
Contributor

@koppor koppor commented Sep 29, 2023

At #105 and https://github.com/orgs/community/discussions/26698#discussioncomment-7094600 it was reported, that the unit tests were not triggered on a pull request.

The reason was that the trigger for a pull request was not active. The trigger pull_request is used for PRs - see https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request for details

Note that the workflow https://github.com/Diapolo10/iplib3/blob/main/.github/workflows/codeql-analysis.yml has the correct triggers.

I also added workflow_dispatch to enable manual triggering.

Signed-off-by: Oliver Kopp <kopp.dev@gmail.com>
@sonarcloud
Copy link

sonarcloud bot commented Sep 29, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Copy link
Owner

@Diapolo10 Diapolo10 left a comment

Choose a reason for hiding this comment

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

Thanks, apparently I forgot to update this from my template project!

@Diapolo10 Diapolo10 merged commit 80cab1a into Diapolo10:main Sep 29, 2023
3 checks passed
@koppor koppor deleted the patch-1 branch October 23, 2023 23:24
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