pull requests
see recommended best practices at Apache
https://cwiki.apache.org/confluence/pages/viewpage.action?spaceKey=INFRA&title=GitHub+Actions+Recommended+Practices
Signed-off-by: Aurélien Pupier <apupier@ibm.com>
Submitted by: Aurélien Pupier <apupier@ibm.com>
Github: closes #667
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1935145 13f79535-47bb-0310-9956-
ffa450edef68
# This will need updating as the ubuntu-latest image changes:
PHP_FPM: "/usr/sbin/php-fpm8.3"
+concurrency:
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
+ cancel-in-progress: ${{ github.event_name == 'pull_request' }}
+
jobs:
build:
strategy:
- CHANGES
- changes-entries/*
+concurrency:
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
+ cancel-in-progress: ${{ github.event_name == 'pull_request' }}
+
jobs:
build:
strategy: