From b3d18841bba278b6fb0793653371468cd269c4ce Mon Sep 17 00:00:00 2001 From: Matthias Dellweg Date: Mon, 27 Nov 2023 10:37:49 +0100 Subject: [PATCH] Fix nightly workflow syntax When delegating to another workflow with uses, you cannot use a lot of the other parameters. [noissue] --- templates/github/.github/workflows/nightly.yml.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/github/.github/workflows/nightly.yml.j2 b/templates/github/.github/workflows/nightly.yml.j2 index 4c22c273..7c84a802 100644 --- a/templates/github/.github/workflows/nightly.yml.j2 +++ b/templates/github/.github/workflows/nightly.yml.j2 @@ -33,7 +33,6 @@ jobs: uses: "./.github/workflows/build.yml" test: - runs-on: "ubuntu-latest" needs: "build" uses: "./.github/workflows/test.yml"