Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/swift_package_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ on:
description: "Boolean to enable providing the GITHUB_TOKEN to downstream job."
default: false

## We are cancelling previously triggered workflow runs
concurrency:
group: ${{ github.workflow }}-${{ github.job }}-${{ github.ref }}-package-test
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While I could tell which PR it was and whether it was the linux-build or windows-build job inside swift_package_test, there was no way — using only the information available within swift_package_test — to determine whether it was triggered from tests_with_docker or tests_without_docker in the parent workflow.

cancel-in-progress: true

jobs:
linux-build:
name: Linux (${{ matrix.swift_version }} - ${{ matrix.os_version }})
Expand Down