Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 3199fe5

Browse files
authored
Merge pull request #164 from DataDog/ara.pulido/allow_manual_build_triggers
Allow manual build triggers for Github actions workflows
2 parents 90c03b5 + 6ae4e30 commit 3199fe5

File tree

9 files changed

+18
-0
lines changed

9 files changed

+18
-0
lines changed

.github/workflows/advertisements-errors.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
paths:
77
- ads-service-errors/**
88
- ads-service-fixed/**
9+
workflow_dispatch:
10+
branches: [ main ]
911

1012
jobs:
1113

.github/workflows/advertisements-fixed.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [ main ]
66
paths:
77
- ads-service-fixed/**
8+
workflow_dispatch:
9+
branches: [ main ]
810

911
jobs:
1012

.github/workflows/advertisements.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [ main ]
66
paths:
77
- ads-service/**
8+
workflow_dispatch:
9+
branches: [ main ]
810

911
jobs:
1012

.github/workflows/discounts-fixed.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [ main ]
66
paths:
77
- discounts-service-fixed/**
8+
workflow_dispatch:
9+
branches: [ main ]
810

911
jobs:
1012

.github/workflows/discounts.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [ main ]
66
paths:
77
- discounts-service/**
8+
workflow_dispatch:
9+
branches: [ main ]
810

911
jobs:
1012

.github/workflows/storefront-fixed.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [ main ]
66
paths:
77
- store-frontend/**
8+
workflow_dispatch:
9+
branches: [ main ]
810

911
jobs:
1012

.github/workflows/storefront-no-instrumentation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [ main ]
66
paths:
77
- store-frontend/**
8+
workflow_dispatch:
9+
branches: [ main ]
810

911
jobs:
1012

.github/workflows/storefront.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [ main ]
66
paths:
77
- store-frontend/**
8+
workflow_dispatch:
9+
branches: [ main ]
810

911
jobs:
1012

.github/workflows/traffic-replay.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [ main ]
66
paths:
77
- traffic-replay/**
8+
workflow_dispatch:
9+
branches: [ main ]
810

911
jobs:
1012

0 commit comments

Comments
 (0)