Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Thodor12 committed Aug 21, 2024
1 parent aa7c62c commit 7b9c77e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ permissions:

jobs:
build:
uses: Thodor12/operapublicacreator/.github/workflows/gradle.build.yaml@18f3f7d0191d1a567efcd04dbab91253407db79a
uses: Thodor12/operapublicacreator/.github/workflows/gradle.build.yaml@a19a8e0fe0b9c7a1624d84bcd725921d8c3653c3
with:
java: 17
secrets: inherit
pre-release:
uses: Thodor12/operapublicacreator/.github/workflows/gradle.prerelease.yaml@18f3f7d0191d1a567efcd04dbab91253407db79a
uses: Thodor12/operapublicacreator/.github/workflows/gradle.prerelease.yaml@a19a8e0fe0b9c7a1624d84bcd725921d8c3653c3
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository && contains( github.event.pull_request.labels.*.name, 'Pre-release')
with:
java: 17
Expand Down

0 comments on commit 7b9c77e

Please sign in to comment.