Skip to content

Commit b5bd71a

Browse files
Update test-install.yml
1 parent 65e1daa commit b5bd71a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test-install.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
name: Build
33

44
on:
5-
workflow_dispatch:
6-
75
push:
86
branches:
97
- workflow-selfhosted
@@ -26,6 +24,6 @@ jobs:
2624
run: echo "RUNNING_ON_GITHUB=1" >> $GITHUB_ENV
2725
- uses: actions/checkout@v4
2826
- name: do test install in case of merged pull request
29-
run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
27+
run: cd /home/githubrunnerdebian/_work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
3028
env:
3129
RUNNING_ON_GITHUB_ACTIONS: ${{ env.RUNNING_ON_GITHUB }}

0 commit comments

Comments
 (0)