From 57b9e758c929fe8a3e1180267d6e17d5240c2b40 Mon Sep 17 00:00:00 2001 From: mbruns91 Date: Thu, 25 Apr 2024 11:15:22 +0200 Subject: [PATCH] fix indentation in intergrationtest.yml --- .github/workflows/integrationtest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integrationtest.yml b/.github/workflows/integrationtest.yml index 5dfd4b1e..020c6c8b 100644 --- a/.github/workflows/integrationtest.yml +++ b/.github/workflows/integrationtest.yml @@ -36,6 +36,7 @@ jobs: if: | github.event_name == 'push' || ( github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'integration' )) + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2