Revert "change runner"

This reverts commit e32d3c1b8d.
This commit is contained in:
Sky Splash 2024-05-30 09:46:59 +02:00
parent b71882681d
commit b19f882d29
5 changed files with 5 additions and 5 deletions

View file

@ -7,7 +7,7 @@ on:
jobs: jobs:
checker: checker:
name: Checker name: Checker
runs-on: podman runs-on: ubuntu-22.04
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4

View file

@ -7,7 +7,7 @@ on:
jobs: jobs:
updateData: updateData:
name: Update data - ${{ matrix.fetch }} name: Update data - ${{ matrix.fetch }}
runs-on: podman runs-on: ubuntu-20.04
if: ${{ github.repository_owner == 'searxng'}} if: ${{ github.repository_owner == 'searxng'}}
strategy: strategy:
fail-fast: false fail-fast: false

View file

@ -12,7 +12,7 @@ permissions:
jobs: jobs:
python: python:
name: Python ${{ matrix.python-version }} name: Python ${{ matrix.python-version }}
runs-on: podman runs-on: ubuntu-20.04
strategy: strategy:
matrix: matrix:
os: [ubuntu-20.04] os: [ubuntu-20.04]

View file

@ -7,7 +7,7 @@ on:
jobs: jobs:
dockers: dockers:
name: Trivy ${{ matrix.image }} name: Trivy ${{ matrix.image }}
runs-on: podman runs-on: ubuntu-20.04
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4

View file

@ -7,7 +7,7 @@ on:
jobs: jobs:
babel: babel:
name: "create PR for additions from weblate" name: "create PR for additions from weblate"
runs-on: podman runs-on: ubuntu-20.04
if: ${{ github.repository_owner == 'searxng' && github.ref == 'refs/heads/master' }} if: ${{ github.repository_owner == 'searxng' && github.ref == 'refs/heads/master' }}
steps: steps:
- name: Checkout - name: Checkout