File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 1111 types : [opened, synchronize, reopened]
1212 release :
1313 types : [created]
14+ workflow_dispatch :
15+ inputs :
16+ platform_environment :
17+ description : ' Environment to test against'
18+ required : false
19+ default : ' staging'
20+ type : choice
21+ options :
22+ - staging
23+ - production
1424
1525concurrency :
1626 group : ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
8494 (!contains(github.event.pull_request.labels.*.name, 'build:native:only'))
8595 uses : ./.github/workflows/_test.yml
8696 with :
87- platform_environment : " staging"
97+ platform_environment : ${{ inputs.platform_environment || ' staging' }}
8898 commit_message : ${{ needs.get-commit-message.outputs.commit_message }}
8999 permissions :
90100 attestations : write
You can’t perform that action at this time.
0 commit comments