Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into release/1.37
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 12, 2023
2 parents d369ca1 + 5ba34fc commit 8c1ad21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/android_beta_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
files-changed:
name: Detect changes
uses: ./.github/workflows/detect_changed_files_reusable_workflow.yml
with:
base: ${{ github.ref }}

# Run Gradle Wrapper Validation Action to verify the wrapper's checksum
gradle-wrapper-validation:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ios_beta_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
files-changed:
name: Detect changes
uses: ./.github/workflows/detect_changed_files_reusable_workflow.yml
with:
base: ${{ github.ref }}

# Run Gradle Wrapper Validation Action to verify the wrapper's checksum
gradle-wrapper-validation:
Expand Down

0 comments on commit 8c1ad21

Please sign in to comment.