Skip to content

Commit 2c95d7a

Browse files
.
1 parent ce96526 commit 2c95d7a

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
@@ -39,9 +39,7 @@ jobs:
3939
strategy:
4040
matrix:
4141
os: [ubuntu-latest, ubuntu-20.04, ubuntu-22.04]
42-
steps:
43-
- name: Set environment variable
44-
run: echo "RUNNING_ON_GITHUB=1" >> $GITHUB_ENV
42+
steps:
4543
- uses: actions/checkout@v4
4644
- name: do test install in case of merged pull request
4745
run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K

0 commit comments

Comments
 (0)