ppkarwasz commented on code in PR #272: URL: https://github.com/apache/commons-daemon/pull/272#discussion_r2306675015
########## .github/workflows/codeql-analysis.yml: ########## @@ -13,13 +13,13 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: "CodeQL Java" +name: "CodeQL" on: push: - branches: [ master ] + branches-ignore: + - 'dependabot/**' Review Comment: Can you add a [`concurrency` setting](https://docs.github.com/en/actions/how-tos/write-workflows/choose-when-workflows-run/control-workflow-concurrency) to prevent workflows to run twice on internal branches of this repo? ########## .github/workflows/windows.yml: ########## @@ -17,12 +17,13 @@ name: Windows on: push: - branches: [ "master" ] + branches-ignore: + - 'dependabot/**' Review Comment: Same as above. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
