Skip to content

Commit 7831417

Browse files
committed
.github: reworked workflow parameters
1 parent 3e90fdf commit 7831417

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ on: [push, pull_request]
22

33
jobs:
44
tests:
5-
uses: asherikov/sharf/.github/workflows/test.yaml@main
5+
uses: asherikov/sharf/.github/workflows/test.yaml@as_workflow3
66
with:
7-
sharf_ref: main
7+
distro: noble
8+
workspace_github_repo: asherikov/sharf
9+
workspace_version: as_workflow3
810
package_github_repo: ${{ github.repository }}
911
package_version: ${{ github.sha }}

0 commit comments

Comments
 (0)