Skip to content

Commit 9b45a84

Browse files
.
1 parent d7e5fa0 commit 9b45a84

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test-install.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
os: [ubuntu-latest, ubuntu-20.04, ubuntu-22.04]
2525
steps:
2626
- uses: actions/checkout@v4
27-
- name: Set environment variable
28-
run: echo "$GITHUB_ACTIONS" >> $RUNNING_ON_GITHUB_ACTIONS
2927
- name: do test install in case of merged pull request
3028
run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
3129
env:

0 commit comments

Comments
 (0)