Skip to content

update nimbus to 2.24.1 #122

update nimbus to 2.24.1

update nimbus to 2.24.1 #122

Workflow file for this run

name: Build Apps
on:
pull_request:
branches:
- main
permissions: read-all
jobs:
sample:
name: Build Sample App
uses: ./.github/workflows/build.yml
internal:
name: Build Internal App
if: ${{ !startsWith(github.head_ref, 'arch') }}
uses: ./.github/workflows/internal.yml
secrets: inherit