diff options
Diffstat (limited to '.github/workflows/phpunit-memcached.yml')
-rw-r--r-- | .github/workflows/phpunit-memcached.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/phpunit-memcached.yml b/.github/workflows/phpunit-memcached.yml index 04be6b01c12..92b90457d53 100644 --- a/.github/workflows/phpunit-memcached.yml +++ b/.github/workflows/phpunit-memcached.yml @@ -19,7 +19,7 @@ concurrency: jobs: changes: - runs-on: ubuntu-latest + runs-on: ubuntu-latest-low outputs: src: ${{ steps.changes.outputs.src}} @@ -111,7 +111,7 @@ jobs: summary: permissions: contents: none - runs-on: ubuntu-latest + runs-on: ubuntu-latest-low needs: [changes, phpunit-memcached] if: always() |