Skip to content

Commit 7297706

Browse files
committed
Trigger on PR
1 parent 902e40d commit 7297706

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/NativePipeline.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ on:
6666
schedule:
6767
- cron: '0 0 * * *'
6868
# Trigger on PR
69-
# pull_request:
69+
pull_request:
70+
71+
# Use default name in case no input
7072
run-name: ${{ github.event.inputs.run_name || 'Run Native Pipeline' }}
7173
permissions:
7274
packages: write

0 commit comments

Comments
 (0)