Skip to content

Commit eeb1ecf

Browse files
authored
Merge pull request #587 from splunk/DVPL-0/enable-manual-workflow-trigger
DVPL-0: enable manual workflow trigger
2 parents ba04e1b + 6b55844 commit eeb1ecf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Python CI
22

33
on:
4-
[ push, pull_request ]
4+
[ push, pull_request, workflow_dispatch ]
55

66
jobs:
77
build:
@@ -23,8 +23,8 @@ jobs:
2323
- name: Checkout code
2424
uses: actions/checkout@v3
2525

26-
- name: Run docker-compose
27-
run: SPLUNK_VERSION=${{matrix.splunk-version}} docker-compose up -d
26+
- name: Run docker compose
27+
run: SPLUNK_VERSION=${{matrix.splunk-version}} docker compose up -d
2828

2929
- name: Setup Python
3030
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)