Changeset 50930 for trunk/.github/workflows/php-compatibility.yml
- Timestamp:
- 05/19/2021 05:36:54 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/php-compatibility.yml
r50590 r50930 28 28 - '.github/workflows/*.yml' 29 29 workflow_dispatch: 30 31 # Cancels all previous workflow runs for pull requests that have not completed. 32 concurrency: 33 # The concurrency group contains the workflow name and the branch name for pull requests 34 # or the commit hash for any other events. 35 group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }} 36 cancel-in-progress: true 30 37 31 38 jobs:
Note: See TracChangeset
for help on using the changeset viewer.