Skip to content

Commit

Permalink
Merge #2988
Browse files Browse the repository at this point in the history
2988: Fix nightly build trigger r=newhoggy a=newhoggy

Previously the build trigger did not work because two workflows had the name `Haskell CI` and the trigger picked the wrong one.

I've forked the Github Action to support supplying a path to the workflow file instead of a name which removes the ambiguity.

Co-authored-by: John Ky <john.ky@iohk.io>
  • Loading branch information
iohk-bors[bot] and newhoggy committed Jul 29, 2021
2 parents ba70f27 + 854e2d4 commit 4cd192c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-trigger.yml
Expand Up @@ -16,8 +16,8 @@ jobs:
steps:

- name: Invoke workflow
uses: benc-uk/workflow-dispatch@v1
uses: input-output-hk/workflow-dispatch@v1
with:
workflow: Haskell CI
workflow: .github/workflows/haskell.yml
token: ${{ secrets.MACHINE_TOKEN }}
inputs: '{ "reason": "nightly", "tests": "all" }'

0 comments on commit 4cd192c

Please sign in to comment.