-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable the installer trigger for alpha branch (#3561)
- Loading branch information
1 parent
4561d18
commit 4e57b47
Showing
1 changed file
with
17 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,20 +11,20 @@ jobs: | |
build: | ||
uses: ./.github/workflows/ci.yml | ||
|
||
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 |