Skip to content

Commit

Permalink
Merge pull request #124 from felizardo27/CI/CD
Browse files Browse the repository at this point in the history
CI/CD: workflow - reuse and prerequisite
  • Loading branch information
felizardo27 authored Dec 10, 2024
2 parents eeee51e + 9394ffc commit 58e3734
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ on:
workflow_dispatch:

jobs:
run-checks:
uses: ./.github/workflows/pull-request-checks.yml

build-android:
needs: run-checks
runs-on: ubuntu-latest
environment: BuildAndroid
timeout-minutes: 30
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pull-request-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Pull Request Checks
on:
workflow_dispatch:

workflow_call:

pull_request:
branches:
- main
Expand Down

0 comments on commit 58e3734

Please sign in to comment.