Skip to content

Commit

Permalink
Update nightly-trigger.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
angerman committed May 7, 2024
1 parent 0a92e28 commit be23da8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/nightly-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,18 @@ jobs:
git checkout -b nightly
git push origin nightly --force
- name: Invoke workflow
- name: Invoke workflow (Windows)
uses: input-output-hk/workflow-dispatch@v1
with:
workflow: .github/workflows/haskell.yml
ref: nightly
token: ${{ secrets.MACHINE_TOKEN }}
inputs: '{ "reason": "nightly", "tests": "all" }'

- name: Invoke workflow (macOS & Linux)
uses: input-output-hk/workflow-dispatch@v1
with:
workflow: .github/workflows/devx.yml
ref: nightly
token: ${{ secrets.MACHINE_TOKEN }}
inputs: '{ "reason": "nightly", "tests": "all" }'

0 comments on commit be23da8

Please sign in to comment.