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 91970e1 commit ae3d676
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_and_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ env:

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

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

package:
needs: [version, build_and_test]
needs: [ version, build_and_test ]
uses: radumarias/rencfs/.github/workflows/package_reusable.yaml@main
with:
upload_artifacts: false
Expand Down
File renamed without changes.

0 comments on commit ae3d676

Please sign in to comment.