mirror of
https://github.com/FlipsideCrypto/livequery-models.git
synced 2026-02-06 10:56:46 +00:00
fix title for pull_request
This commit is contained in:
parent
65663cb610
commit
d8da980c4e
2
.github/workflows/dbt_udf_test.yml
vendored
2
.github/workflows/dbt_udf_test.yml
vendored
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user