Skip to content

Commit

Permalink
fix: rm unused inputs in check-new-versions.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored Nov 1, 2023
1 parent c2a8611 commit 233b5cd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/check-new-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@ name: Check for new versions

on:
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
tags:
description: 'Test scenario tags'
schedule:
- cron: "0 13 * * 1" # Every Monday at 1PM UTC (9AM EST)

Expand Down

0 comments on commit 233b5cd

Please sign in to comment.