Changeset 59973
- Timestamp:
- 03/11/2025 03:57:22 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/upgrade-testing.yml
r59720 r59973 28 28 # The concurrency group contains the workflow name and the branch name for pull requests 29 29 # or the commit hash for any other events. 30 group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }}30 group: ${{ github.workflow }}-${{ inputs.new-version || github.event_name == 'pull_request' && github.head_ref || github.sha }} 31 31 cancel-in-progress: true 32 32
Note: See TracChangeset
for help on using the changeset viewer.