File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
name : CI / Authenticator
2
- run-name : ${{ github.event_name == 'workflow_dispatch' && format('Manual - {0}', inputs.build-mode) || 'CI' }}
2
+ run-name : ${{ github.event_name == 'workflow_dispatch-REMOVEME ' && format('Manual - {0}', inputs.build-mode) || 'CI' }}
3
3
4
4
on :
5
5
push :
49
49
build-manual :
50
50
name : Build Manual - ${{ inputs.build-mode }}
51
51
needs : version
52
- if : ${{ github.event_name == 'workflow_dispatch' }}
52
+ if : ${{ github.event_name == 'workflow_dispatch-REMOVEME ' }}
53
53
uses : bitwarden/ios/.github/workflows/_build-any.yml@monorepo/new-build # TODO: change to main
54
54
with :
55
55
bw-env : bwa_prod
63
63
build-public :
64
64
name : Build CI
65
65
needs : version
66
- if : ${{ github.event_name == 'push ' }}
66
+ if : ${{ github.event_name == 'workflow_dispatch ' }}
67
67
uses : bitwarden/ios/.github/workflows/_build-any.yml@monorepo/new-build # TODO: change to main
68
68
strategy :
69
69
matrix :
You can’t perform that action at this time.
0 commit comments