-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* enable build triggers * remove accidental codecov usage * this is not a branch name
- Loading branch information
1 parent
6e6e2fc
commit cfb77ee
Showing
3 changed files
with
30 additions
and
19 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -12,21 +12,21 @@ jobs: | |
uses: ./.github/workflows/ci.yml | ||
secrets: | ||
codecov_token: ${{ secrets.CODECOV_TOKEN }} | ||
|
||
# deploy-installers: | ||
# runs-on: ubuntu-latest | ||
# needs: build | ||
# steps: | ||
# - name: 🔫 Trigger Build Installers | ||
# uses: ALEEF02/[email protected] | ||
# with: | ||
# workflow: Build Installers | ||
# repo: specklesystems/connector-installers | ||
# token: ${{ secrets.CONNECTORS_GH_TOKEN }} | ||
# inputs: '{ "run_id": "${{ github.run_id }}", "version": "${{ needs.build.outputs.version }}" }' | ||
# ref: main | ||
# wait-for-completion: true | ||
# wait-for-completion-interval: 10s | ||
# wait-for-completion-timeout: 10m | ||
# display-workflow-run-url: true | ||
# display-workflow-run-url-interval: 10s | ||
deploy-installers: | ||
runs-on: ubuntu-latest | ||
needs: build | ||
steps: | ||
- name: 🔫 Trigger Build Installers | ||
uses: ALEEF02/[email protected] | ||
with: | ||
workflow: Build Installers | ||
repo: specklesystems/connector-installers | ||
token: ${{ secrets.CONNECTORS_GH_TOKEN }} | ||
inputs: '{ "run_id": "${{ github.run_id }}", "version": "${{ needs.build.outputs.version }}" }' | ||
ref: main | ||
wait-for-completion: true | ||
wait-for-completion-interval: 10s | ||
wait-for-completion-timeout: 10m | ||
display-workflow-run-url: true | ||
display-workflow-run-url-interval: 10s |
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,11 @@ | ||
next-version: 3.0.0 | ||
mode: ContinuousDelivery | ||
assembly-informational-format: "{Major}.{Minor}.{Patch}-{PreReleaseTag}" | ||
branches: | ||
main: | ||
regex: ^main$ | ||
tag: rc | ||
develop: | ||
tag: beta | ||
pull-request: | ||
tag: pr |