-
Notifications
You must be signed in to change notification settings - Fork 10
Remove actions for pushs #303
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
Conversation
Looks good. I'll let pipelines run and check if everything works as expected. Maybe, when all succeeded we can do another push and try of they still work? The both of us are quite sure that it will work but this might still help with finding unexpected behaviour. |
I have also enabled that the linter will run always. |
Sure. You can start one after that. |
When everything's done, I'll just update the branch from main. We should then see if they run again. If they do, I'll approve. This should speed up checks again (by a lot) |
Works ;) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pipelines work as expected, now. Thanks!
At the moment workflows are triggered for PRs and pushs.
The workflow to contribute says that a PR must be created beforehand for each contribution into main.
For this reason (and to avoid duplicate workflows), github workflows should only be triggered for PRs.
I have also checked this branch before creating the PR. No workflow were scheduled.
Fixes #302