diff --git a/.github/workflows/downstreams.yml b/.github/workflows/downstreams.yml index 98273ca7e18e..1c0114fbe324 100644 --- a/.github/workflows/downstreams.yml +++ b/.github/workflows/downstreams.yml @@ -4,8 +4,7 @@ permissions: read-all on: push: branches: - - main - - 'FEATURE-BRANCH-*' + - scott-test-* concurrency: group: ${{ github.event_name == 'pull_request' && format('pr-{0}', github.event.pull_request.number) || format('commit-{0}', github.sha) }}