We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e1daa commit b5bd71aCopy full SHA for b5bd71a
.github/workflows/test-install.yml
@@ -2,8 +2,6 @@
2
name: Build
3
4
on:
5
- workflow_dispatch:
6
-
7
push:
8
branches:
9
- workflow-selfhosted
@@ -26,6 +24,6 @@ jobs:
26
24
run: echo "RUNNING_ON_GITHUB=1" >> $GITHUB_ENV
27
25
- uses: actions/checkout@v4
28
- 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
+ run: cd /home/githubrunnerdebian/_work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
30
env:
31
RUNNING_ON_GITHUB_ACTIONS: ${{ env.RUNNING_ON_GITHUB }}
0 commit comments