Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6376a4b

Browse files
authored
Fix acceptance test workflow name for Tinybird workflow push (#12647)
1 parent a674bf9 commit 6376a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/aws-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ jobs:
261261
uses: localstack/tinybird-workflow-push@v3
262262
with:
263263
# differentiate between "acceptance only" and "proper / full" runs
264-
workflow_id: ${{ inputs.onlyAcceptanceTests && 'tests_acceptance' || 'tests_full' }}
264+
workflow_id: ${{ (inputs.onlyAcceptanceTests == true || github.event_name == 'push') && 'tests_acceptance' || 'tests_full' }}
265265
tinybird_token: ${{ secrets.TINYBIRD_CI_TOKEN }}
266266
github_token: ${{ secrets.GITHUB_TOKEN }}
267267
tinybird_datasource: "ci_workflows"

0 commit comments

Comments
 (0)