Skip to content

Commit

Permalink
drop extra bld test from pr merge
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesw committed Nov 15, 2024
1 parent 7c92e53 commit 08e330c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/bld_test_rel_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,21 +81,13 @@ jobs:
- format_i18n
- format_prettier

# this is a test
bld_yarn:
uses: ./.github/workflows/bld_yarn.yml
needs:
- format_i18n
- format_prettier

##############################################################################
# uses maven to build via yarn into a war file
bld_mvn:
uses: ./.github/workflows/bld_mvn.yml
secrets: inherit # pass all secrets for uploading assets
needs:
- lint
- bld_yarn
- format_i18n
- format_prettier
permissions:
Expand All @@ -113,7 +105,6 @@ jobs:
secrets: inherit # pass all secrets for uploading assets
needs:
- lint
- bld_yarn
- format_i18n
- format_prettier
permissions:
Expand Down

0 comments on commit 08e330c

Please sign in to comment.