Skip to content

Commit 51c3b96

Browse files
authored
chore(ci): add condition to check if workflow is running on main repo (aws-powertools#1439)
1 parent 8f4c4b4 commit 51c3b96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dispatch_analytics.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ permissions:
2323

2424
jobs:
2525
dispatch_token:
26+
if: github.repository == 'awslabs/aws-lambda-powertools-typescript'
2627
concurrency:
2728
group: analytics
2829
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)