Add SKIP_BUILD_NDK build setting to enable Skip native build #12
This file contains 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-c-demo | |
on: | |
push: | |
branches: '*' | |
tags: "[0-9]+.[0-9]+.[0-9]+" | |
schedule: | |
- cron: '0 9,22 * * *' | |
workflow_dispatch: | |
pull_request: | |
permissions: | |
contents: write | |
jobs: | |
call-workflow: | |
uses: skiptools/skip/.github/workflows/skip-framework.yml@main |