Skip to content

skip-bridge

skip-bridge #1395

Workflow file for this run

name: skip-bridge
on:
push:
branches: [ main ]
tags: "[0-9]+.[0-9]+.[0-9]+"
schedule:
- cron: '0 5 * * *'
workflow_dispatch:
pull_request:
permissions:
contents: write
jobs:
call-workflow:
uses: skiptools/actions/.github/workflows/skip-framework.yml@v1
with:
runs-on: "['macos-15-intel', 'ubuntu-24.04']"
# disable export because there are currently problems with shared PCH module cache files with multi-module native export
run-export: false