Skip to content

Commit

Permalink
ci: remove workflow_dispatch inputs on check-go-version workflow (#313)
Browse files Browse the repository at this point in the history
The "force create issue" on the check-go-version workflow was useful for
testing out the workflow even if the Go versions were up-to-date.

Since this files a PR now based on actual changes, the input doesn't
make sense to have.
  • Loading branch information
cwaldren-ld authored Feb 12, 2024
1 parent 3f3bdc4 commit 5c76f71
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/check-go-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@ on:
schedule:
- cron: "0 17 * * *"
workflow_dispatch:
inputs:
force_create_issue:
type: boolean
description: 'Create issue even if versions are up-to-date'
required: false
default: false

jobs:
go-versions:
uses: ./.github/workflows/go-versions.yml
Expand Down

0 comments on commit 5c76f71

Please sign in to comment.