ci/check: use github runner instead of self-hosted

This commit is contained in:
Gaetan Lepage 2024-01-06 15:11:26 +01:00 committed by Gaétan Lepage
parent 1ebc9c9080
commit ef3b3f3bbb

View file

@ -7,7 +7,7 @@ on:
jobs:
check:
name: Check that the module is valid
runs-on: self-hosted
runs-on: ubuntu-latest
timeout-minutes: 40
steps:
- uses: actions/checkout@v4