Skip to content

Commit

Permalink
Fix nightly workflow syntax
Browse files Browse the repository at this point in the history
When delegating to another workflow with uses, you cannot use a lot of
the other parameters.

[noissue]
  • Loading branch information
mdellweg authored and lubosmj committed Nov 27, 2023
1 parent 45ce134 commit b3d1884
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/github/.github/workflows/nightly.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
uses: "./.github/workflows/build.yml"

test:
runs-on: "ubuntu-latest"
needs: "build"
uses: "./.github/workflows/test.yml"

Expand Down

0 comments on commit b3d1884

Please sign in to comment.