Skip to content

try to avoid cache blow between ./build and devcontainer #63

try to avoid cache blow between ./build and devcontainer

try to avoid cache blow between ./build and devcontainer #63

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
check:
uses: ./.github/workflows/_check.yml
example:
needs: check
if: github.ref_name == 'main'
uses: ./.github/workflows/_example.yml
secrets:
EXAMPLE_DEPLOY_KEY: ${{ secrets.EXAMPLE_DEPLOY_KEY }}