Skip to content

Commit

Permalink
updated flows
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMarsh82 committed Dec 11, 2023
1 parent c729211 commit c1b576f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:

jobs:
build:
uses: ./.github/workflows/contentflows/reusable-android-build.yml
uses: ./.github/workflows/reusable-android-build.yml
secrets: inherit

release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-deploy-pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ on:
jobs:
build:
if: contains(github.event.pull_request.labels.*.name, 'test - preview')
uses: ./.github/workflows/contentflows/reusable-app-build.yml
uses: ./.github/workflows/reusable-app-build.yml
with:
build-flags: --configuration "production,preview"
secrets: inherit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-deploy-web-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ on:

jobs:
build_action:
uses: ./.github/workflows/contentflows/reusable-app-build.yml
uses: ./.github/workflows/reusable-app-build.yml
secrets: inherit

deploy:
Expand Down

0 comments on commit c1b576f

Please sign in to comment.