Skip to content

Commit

Permalink
fixed github worklow
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelgloeckner committed Feb 5, 2024
1 parent a5e61d8 commit 2c281fd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ on:

jobs:
branch:
uses: onecx/ci-quarkus/.github/workflows/build-branch.yml@v1
uses: onecx-apps/ci-quarkus/.github/workflows/build-branch.yml@v1
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ on:

jobs:
pr:
uses: onecx/ci-quarkus/.github/workflows/build-pr.yml@v1
uses: onecx-apps/ci-quarkus/.github/workflows/build-pr.yml@v1
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ on:
- '**'
jobs:
release:
uses: onecx/ci-quarkus/.github/workflows/build-release.yml@v1
uses: onecx-apps/ci-quarkus/.github/workflows/build-release.yml@v1
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ on:

jobs:
build:
uses: onecx/ci-quarkus/.github/workflows/build.yml@v1
uses: onecx-apps/ci-quarkus/.github/workflows/build.yml@v1
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/sonar-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ on:

jobs:
pr:
uses: onecx/ci-quarkus/.github/workflows/quarkus-pr-sonar.yml@v1
uses: onecx-apps/ci-quarkus/.github/workflows/quarkus-pr-sonar.yml@v1
secrets: inherit

0 comments on commit 2c281fd

Please sign in to comment.