skip-android-bridge #822
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
| name: skip-android-bridge | |
| on: | |
| push: | |
| branches: [ main ] | |
| tags: "[0-9]+.[0-9]+.[0-9]+" | |
| schedule: | |
| - cron: '0 2 * * *' | |
| workflow_dispatch: | |
| pull_request: | |
| permissions: | |
| contents: write | |
| jobs: | |
| call-workflow: | |
| uses: skiptools/actions/.github/workflows/skip-framework.yml@v1 | |
| with: | |
| # disable export because there are currently problems with shared PCH module cache files with multi-module native export | |
| run-export: false | |
| #run-local-tests: false | |