Skip to content

Commit 7b09d7d

Browse files
chore(test): run on DO
1 parent 8f4788e commit 7b09d7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-module.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ on:
1414
jobs:
1515
module:
1616
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event.workflow_run.conclusion == '' }}
17-
uses: NethServer/ns8-github-actions/.github/workflows/module-info.yml@main
17+
uses: NethServer/ns8-github-actions/.github/workflows/module-info.yml@v1
1818
run_tests:
1919
needs: module
20-
uses: NethServer/ns8-github-actions/.github/workflows/test-on-digitalocean-infra.yml@main
20+
uses: NethServer/ns8-github-actions/.github/workflows/test-on-digitalocean-infra.yml@v1
2121
with:
2222
args: "ghcr.io/${{needs.module.outputs.owner}}/${{needs.module.outputs.name}}:${{needs.module.outputs.tag}}"
2323
repo_ref: ${{needs.module.outputs.sha}}

0 commit comments

Comments
 (0)