Skip to content

Commit

Permalink
Remove version update workflow (#1694)
Browse files Browse the repository at this point in the history
Besu docs no longer maintain versions in the code. Hence removed the workflow that perform version update changes. Also updated the main workflow by removing the dependency of links job as there is no links job anymore

Signed-off-by: Chaminda Divitotawela <cdivitotawela@gmail.com>
  • Loading branch information
cdivitotawela committed Sep 23, 2024
1 parent da6abeb commit 48cf0df
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 104 deletions.
62 changes: 0 additions & 62 deletions .github/scripts/update-version.sh

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
- check-workflows
- build
- lint
- links
outputs:
PASSED: ${{ steps.set-output.outputs.PASSED }}
steps:
Expand Down
41 changes: 0 additions & 41 deletions .github/workflows/update-version.yml

This file was deleted.

0 comments on commit 48cf0df

Please sign in to comment.