Skip to content

Commit

Permalink
revert build trigger to test (#9478)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottSuarez authored Nov 15, 2023
1 parent f9b4759 commit 186533a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/downstreams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}
Expand Down

0 comments on commit 186533a

Please sign in to comment.