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