Skip to content
This repository was archived by the owner on Aug 9, 2022. It is now read-only.

Commit 12da8dc

Browse files
committed
remove scenario conditional
1 parent d0ac842 commit 12da8dc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/molecule.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,20 @@ jobs:
2222
- default
2323
steps:
2424
- name: Check out the codebase
25-
if: "!(matrix.scenario == 'default' && github.event.pull_request.head.repo.full_name != github.repository)"
2625
uses: actions/checkout@v2.3.4
2726

2827
- name: Set up Python 3
29-
if: "!(matrix.scenario == 'default' && github.event.pull_request.head.repo.full_name != github.repository)"
3028
uses: actions/setup-python@v2.2.2
3129
with:
3230
python-version: 3.x
3331

3432
- name: Install Molecule dependencies
35-
if: "!(matrix.scenario == 'default' && github.event.pull_request.head.repo.full_name != github.repository)"
3633
run: pip3 install -r .github/workflows/requirements/requirements_molecule.txt
3734

3835
- name: Install Ansible base dependencies
39-
if: "!(contains(matrix.scenario, 'default') && github.event.pull_request.head.repo.full_name != github.repository)"
4036
run: ansible-galaxy install -r .github/workflows/requirements/requirements_ansible.yml
4137

4238
- name: Run Molecule tests
43-
if: "!(matrix.scenario == 'default' && github.event.pull_request.head.repo.full_name != github.repository)"
4439
run: molecule test -s ${{ matrix.scenario }}
4540
env:
4641
PY_COLORS: "1"

0 commit comments

Comments
 (0)