Skip to content

Commit a87b712

Browse files
jdblischakihnorton
authored andcommitted
Add workflow_dispatch trigger for testing
1 parent 79f7272 commit a87b712

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: TileDB Python CI
22

3-
on: [push, pull_request]
3+
on: [push, pull_request, workflow_dispatch]
44

55
concurrency:
66
group: ${{ github.head_ref || github.run_id }}

.github/workflows/daily-test-build-numpy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
schedule:
77
# runs every day at 5:00 UTC (1:00AM EST / Midnight CST)
88
- cron: "0 5 * * *"
9+
workflow_dispatch:
910

1011
jobs:
1112
test:

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: TileDB Python Linting
22

3-
on: [push, pull_request]
3+
on: [push, pull_request, workflow_dispatch]
44

55
jobs:
66
lint:

.github/workflows/issue-if-azure-fail.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Create Issue if Build Fails on Azure
22

3-
on: [repository_dispatch]
3+
on: [repository_dispatch, workflow_dispatch]
44

55
jobs:
66
clean-branch:

0 commit comments

Comments
 (0)