Branch: refs/heads/master Author: andy5995 arch_stanton5995@protonmail.com Committer: andy5995 arch_stanton5995@protonmail.com Date: Mon, 11 Mar 2024 06:47:23 UTC Commit: a8bb8700e1d55e63c71fa2850d9862d211178677 https://github.com/geany/geany/commit/a8bb8700e1d55e63c71fa2850d9862d2111786...
Log Message: ----------- Change concurrency rules
Modified Paths: -------------- .github/workflows/build.yml .github/workflows/codeql.yml
Modified: .github/workflows/build.yml 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -15,7 +15,7 @@ on:
# cancel already running builds of the same branch or pull request concurrency: - group: ci-${{ github.head_ref }} || concat(${{ github.ref }} + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }} cancel-in-progress: true
env:
Modified: .github/workflows/codeql.yml 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -27,7 +27,7 @@ on:
concurrency: - group: ci-${{ github.head_ref }} || concat(${{ github.ref }} + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }} cancel-in-progress: true
jobs:
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).