-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into tf/remove-clones-in-csat
- Loading branch information
Showing
42 changed files
with
375 additions
and
299 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: Publish Nightly release | ||
on: | ||
workflow_dispatch: | ||
schedule: | ||
# Run a nightly release at 2 AM UTC | ||
- cron: "0 2 * * *" | ||
|
||
jobs: | ||
dispatch-publish-es: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Dispatch to publish-nargo | ||
uses: benc-uk/workflow-dispatch@v1 | ||
with: | ||
workflow: publish-nargo.yml | ||
token: ${{ secrets.NOIR_REPO_TOKEN }} | ||
# Omitting a tag results in a nightly | ||
inputs: "{ \"publish\": true }" | ||
|
||
|
||
- name: Dispatch to publish-es-packages | ||
uses: benc-uk/workflow-dispatch@v1 | ||
with: | ||
workflow: publish-es-packages.yml | ||
token: ${{ secrets.NOIR_REPO_TOKEN }} | ||
inputs: "{ \"noir-ref\": \"${{ env.GITHUB_REF }}\", \"nightly\": true }" |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.