Skip to content

Commit

Permalink
Update Workflow-Trigger.yml: no duckdb-node nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi authored Jun 3, 2024
1 parent 00ca560 commit 72c7775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Workflow-Trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
if: ${{ github.event_name != 'workflow_dispatch' || github.event.inputs.trigger-nightly }}
run: |
./trigger.sh duckdb '{"event_type": "nightly-build"}'
./trigger.sh duckdb-node '{"event_type": "nightly-build"}'
#./trigger.sh duckdb-node '{"event_type": "nightly-build"}'
- name: Trigger DuckDB workflows (feature)
if: ${{ github.event_name != 'workflow_dispatch' }}
Expand Down

0 comments on commit 72c7775

Please sign in to comment.