Skip to content

Commit

Permalink
Merge pull request #38 from mindsdb/bugfix/fix_mindsdb_update_workflow
Browse files Browse the repository at this point in the history
Fixed Workflow for Updating MindsDB Version
  • Loading branch information
ZoranPandovski authored Jun 5, 2024
2 parents a206ceb + 8ae077e commit 6e45e68
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/bump-mindsdb-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ on:
repository_dispatch:
types: [completed]

workflow_dispatch:
inputs:
version:
description: "Version to bump to"
required: true

jobs:
bump-version:
runs-on: ubuntu-latest
Expand All @@ -18,7 +12,7 @@ jobs:
uses: actions/checkout@v2

- name: Debug event
run: echo ${{ toJson(github.event) }} # Output the entire event payload for debugging
run: echo "${{ toJson(github.event) }}"

- name: Set up Git
run: |
Expand Down

0 comments on commit 6e45e68

Please sign in to comment.