Commit 06d7c80d authored by Godefroid Chapelle's avatar Godefroid Chapelle

GHA: tune names

[skip ci]
parent e3c63a02
...@@ -10,7 +10,7 @@ on: ...@@ -10,7 +10,7 @@ on:
jobs: jobs:
ubuntu-3_8: ubuntu-3_8:
name: tests on Ubuntu - Python 3.8 name: on Ubuntu machine - Python 3.8
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
strategy: strategy:
...@@ -45,7 +45,7 @@ jobs: ...@@ -45,7 +45,7 @@ jobs:
./ci_build.sh ./ci_build.sh
generate-scripts: generate-scripts:
needs: ubuntu-3_8 needs: ubuntu-3_8
name: Generate scripts - Python ${{ matrix.python-version }} name: generate scripts - Python ${{ matrix.python-version }}
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
...@@ -76,7 +76,7 @@ jobs: ...@@ -76,7 +76,7 @@ jobs:
ls -al sandbox/downloads/dist ls -al sandbox/downloads/dist
python-runners: python-runners:
needs: generate-scripts needs: generate-scripts
name: tests on ${{ matrix.os }} machine - Python ${{ matrix.python-version }} name: on ${{ matrix.os }} machine - Python ${{ matrix.python-version }}
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
strategy: strategy:
...@@ -114,7 +114,7 @@ jobs: ...@@ -114,7 +114,7 @@ jobs:
./ci_build.sh ./ci_build.sh
debian-containers: debian-containers:
needs: python-runners needs: python-runners
name: tests in Debian container - Python ${{ matrix.python-version }} name: in Debian container - Python ${{ matrix.python-version }}
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
...@@ -124,7 +124,7 @@ jobs: ...@@ -124,7 +124,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Test in container with Python ${{ matrix.python-version }} - name: in container with Python ${{ matrix.python-version }}
env: env:
PYTHON_VER: ${{matrix.python-version}} PYTHON_VER: ${{matrix.python-version}}
BUILD_TYPE: debian_containers BUILD_TYPE: debian_containers
...@@ -132,7 +132,7 @@ jobs: ...@@ -132,7 +132,7 @@ jobs:
./ci_build.sh ./ci_build.sh
centos-containers: centos-containers:
needs: python-runners needs: python-runners
name: Tests in CentOS container - Python ${{ matrix.python-version }} name: in CentOS container - Python ${{ matrix.python-version }}
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
...@@ -150,7 +150,7 @@ jobs: ...@@ -150,7 +150,7 @@ jobs:
./ci_build.sh ./ci_build.sh
debian-system: debian-system:
needs: python-runners needs: python-runners
name: tests in Debian with system Python name: in Debian container with system Python
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment