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 0429d89 commit a81c99dCopy full SHA for a81c99d
.github/workflows/dependency-test.yml
@@ -1,10 +1,7 @@
1
name: Test Integration with Dolt and DoltgreSQL
2
3
on:
4
- pull_request:
5
- types: [opened, synchronize, reopened]
6
- issue_comment:
7
- types: [created, edited, deleted]
+ workflow_dispatch: # Only allow manual runs
8
9
jobs:
10
test-integration:
0 commit comments