Skip to content

Commit

Permalink
GH jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias committed Dec 26, 2024
1 parent 203238f commit 8ce189f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_tests2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ env:

jobs:
version:
uses: radumarias/rencfs/.github/workflows/version_reusable.yaml@main
uses: xoriors/rencfs/.github/workflows/version_reusable.yaml@main

build_and_test:
name: build and test
uses: radumarias/rencfs/.github/workflows/build_and_tests_reusable2.yaml@main
uses: xoriors/rencfs/.github/workflows/build_and_tests_reusable2.yaml@main
secrets: inherit

package:
needs: [ version, build_and_test ]
uses: radumarias/rencfs/.github/workflows/package_reusable.yaml@main
uses: xoriors/rencfs/.github/workflows/package_reusable.yaml@main
with:
upload_artifacts: false
version: ${{ needs.version.outputs.version }}
Expand Down

0 comments on commit 8ce189f

Please sign in to comment.