Skip to content

Commit

Permalink
removed commented out code + automatic trigger for finalized-tag-upda…
Browse files Browse the repository at this point in the history
…ted-github-release
  • Loading branch information
kyzooghost committed Jan 8, 2025
1 parent 03b7667 commit 1bdc106
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/finalized-tag-updater-github-release.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
name: Github Release for Finalized-Tag-Updater Besu Plugin
on:
workflow_call:
inputs:
version:
required: true
type: string

workflow_dispatch:
inputs:
version:
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,15 +174,6 @@ jobs:
transaction_exclusion_api_image_tagged: ${{ needs.check-and-tag-images.outputs.image_tagged_transaction_exclusion_api }}
secrets: inherit

# Comment out the auto build and release step below as the plugin release should be
# by manual Github action for versioning control
# finalized-tag-updater-jar-build-release:
# needs: [ filter-commit-changes ]
# if: ${{ always() && needs.filter-commit-changes.outputs.finalized-tag-updater == 'true' }}
# uses: ./.github/workflows/finalized-tag-updater-github-release.yml
# with:
# version: '0.0.1'

testing:
needs: [ store-image-name-and-tags, filter-commit-changes, check-and-tag-images ]
if: ${{ always() && needs.filter-commit-changes.outputs.has-changes-requiring-build == 'true' }}
Expand Down

0 comments on commit 1bdc106

Please sign in to comment.