Skip to content

Commit

Permalink
Merge pull request #587 from splunk/DVPL-0/enable-manual-workflow-tri…
Browse files Browse the repository at this point in the history
…gger

DVPL-0: enable manual workflow trigger
  • Loading branch information
maszyk99 authored Oct 20, 2024
2 parents ba04e1b + 6b55844 commit eeb1ecf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Python CI

on:
[ push, pull_request ]
[ push, pull_request, workflow_dispatch ]

jobs:
build:
Expand All @@ -23,8 +23,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

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

- name: Setup Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit eeb1ecf

Please sign in to comment.