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 c43053d commit 89c9df9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_tests2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

package:
needs: [ version, build_and_test ]
uses: xoriors/rencfs/.github/workflows/package_reusable.yaml@main
uses: xoriors/rencfs/.github/workflows/package_reusable2.yaml@main
with:
upload_artifacts: false
version: ${{ needs.version.outputs.version }}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: '_package'
name: '_package2'
on:
workflow_call:
inputs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: release
name: release2
on:
workflow_dispatch:
concurrency:
Expand All @@ -20,7 +20,7 @@ jobs:

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

0 comments on commit 89c9df9

Please sign in to comment.