Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a674bf9 commit 6376a4bCopy full SHA for 6376a4b
‎.github/workflows/aws-main.yml
@@ -261,7 +261,7 @@ jobs:
261
uses: localstack/tinybird-workflow-push@v3
262
with:
263
# differentiate between "acceptance only" and "proper / full" runs
264
- workflow_id: ${{ inputs.onlyAcceptanceTests && 'tests_acceptance' || 'tests_full' }}
+ workflow_id: ${{ (inputs.onlyAcceptanceTests == true || github.event_name == 'push') && 'tests_acceptance' || 'tests_full' }}
265
tinybird_token: ${{ secrets.TINYBIRD_CI_TOKEN }}
266
github_token: ${{ secrets.GITHUB_TOKEN }}
267
tinybird_datasource: "ci_workflows"
0 commit comments