Skip to content

Commit

Permalink
bla
Browse files Browse the repository at this point in the history
  • Loading branch information
mirpedrol committed Dec 18, 2023
1 parent 3867feb commit 4be108a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:
- runner: "ubuntu-20.04"
python-version: "3.8"

steps:
- name: Check conditions
id: conditions
run: echo "run-tests=${{ github.ref == 'refs/heads/master' || (matrix.runner == 'ubuntu-20.04' && matrix.python-version == '3.8') }}" >> $GITHUB_ENV

outputs:
python-version: ${{ matrix.python-version }}
runner: ${{ matrix.runner }}
Expand Down

0 comments on commit 4be108a

Please sign in to comment.