Run test on latest (#4502)

This commit is contained in:
Peter Hedenskog 2025-04-18 21:34:00 +02:00 committed by GitHub
parent 24066f6152
commit bff97dcff8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ on:
jobs:
build:
name: Build
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
if: ${{ !contains(github.event.head_commit.message, 'docs:') }}
steps:
- name: Checkout code