[pull] main from android:main#2
Open
pull[bot] wants to merge 17 commits intomajacQ:mainfrom
Open
Conversation
This sample was deprecated in commit f97f482. Bug: 345206785
This commit adds new GitHub Actions workflows for building the BiometricAuthentication, BiometricLoginKotlin, and DirectBoot samples. These workflows are triggered on: - Push events to any branch, when files in the respective sample directories are modified. - Pull request events to any branch, when files in the respective sample directories are modified. - `workflow_dispatch` events, allowing manual triggering of the workflows. The workflows perform the following steps: - Checkout the code. - Set up Java with Zulu distribution, version 11. - Set up Gradle. - Make the gradlew executable. - Build the sample using Gradle.
Updated by running this command: `./gradlew wrapper``
Assigns a unique name to the build job in each sample's workflow. This allows them to be individually identified and configured as required status checks in branch protection rules.
Updates the path triggers in each workflow to include the workflow file itself. This ensures that the workflow runs when its own configuration is changed.
Renames workflow files to the 'Build_[SampleName].yml' format for better consistency. Updates the internal 'name' and 'paths' attributes in each workflow to align with the new filenames.
* Add Android Developer Verification onboarding sample. Add licenses updates throughout. Update readme.md files with deprecation warnings. * Update packaging.yaml * removed test packages
This commit adds the `merge_group` trigger to the build workflows. This ensures that the workflows are triggered when a merge group is created, allowing for continuous integration of changes.
- Removed the paths filter from the push and pull_request triggers in each workflow. - Added a new 'changes' job to each workflow that uses the dorny/paths-filter action to determine if the relevant sample files have been modified. - Added a conditional 'if' statement to the 'build' job that only runs the job if the 'changes' job determines that the sample files have been modified.
* Renamed folder for clarity * update readme to correct link * fix workflow * fix workflow again * fix workflow again (2nd) * fix gradle --------- Co-authored-by: Todd Burner <tburner@google.com>
Co-authored-by: Todd Burner <tburner@google.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )