Skip to content

updates nimbus to 2.24.0 #121

updates nimbus to 2.24.0

updates nimbus to 2.24.0 #121

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