Skip to content

Commit

Permalink
CI/CD: Allow push-button run for 'get_nexus_version_latest' workflow
Browse files Browse the repository at this point in the history
For debugging purpose.
  • Loading branch information
klo2k committed May 5, 2024
1 parent 271569c commit 052ef87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/get_nexus_version_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
nexus_version:
description: Latest Nexus Version
value: ${{ jobs.get_latest_version.outputs.nexus_version }}
# Allow push-button run for debugging...
workflow_dispatch:

jobs:
get_latest_version:
Expand Down

0 comments on commit 052ef87

Please sign in to comment.