Skip to content

Commit a9d9e77

Browse files
committed
Test BWA CI
1 parent 6576538 commit a9d9e77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-bwa.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
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' }}
33

44
on:
55
push:
@@ -49,7 +49,7 @@ jobs:
4949
build-manual:
5050
name: Build Manual - ${{ inputs.build-mode }}
5151
needs: version
52-
if: ${{ github.event_name == 'workflow_dispatch' }}
52+
if: ${{ github.event_name == 'workflow_dispatch-REMOVEME' }}
5353
uses: bitwarden/ios/.github/workflows/_build-any.yml@monorepo/new-build #TODO: change to main
5454
with:
5555
bw-env: bwa_prod
@@ -63,7 +63,7 @@ jobs:
6363
build-public:
6464
name: Build CI
6565
needs: version
66-
if: ${{ github.event_name == 'push' }}
66+
if: ${{ github.event_name == 'workflow_dispatch' }}
6767
uses: bitwarden/ios/.github/workflows/_build-any.yml@monorepo/new-build #TODO: change to main
6868
strategy:
6969
matrix:

0 commit comments

Comments
 (0)