fix title for pull_request

This commit is contained in:
Jensen Yap 2025-03-12 15:13:41 +09:00
parent 65663cb610
commit d8da980c4e

View File

@ -1,5 +1,5 @@
name: test udfs
run-name: ${{ github.event_name == 'schedule' && 'prod' || github.event_name == 'workflow_dispatch' && inputs.environment || 'dev' }} - ${{ github.event.inputs.branch || github.pull_request.title || 'main' }}
run-name: ${{ github.event_name == 'schedule' && 'prod' || github.event_name == 'workflow_dispatch' && inputs.environment || 'dev' }} - ${{ github.event.inputs.branch || github.event.pull_request.title || 'main' }}
on:
workflow_dispatch: