Skip to content

chore(deps): update nx monorepo to v22.4.5 #5217

chore(deps): update nx monorepo to v22.4.5

chore(deps): update nx monorepo to v22.4.5 #5217

Workflow file for this run

name: Build Pipeline
permissions:
contents: read
on:
push:
branches: [main]
tags-ignore:
- '**'
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
ci:
name: CI
# Skip if triggered by a release commit (only on push, not PR)
if: ${{ github.event_name == 'pull_request' || !startsWith(github.event.head_commit.message, 'chore(release)') }}
uses: ./.github/workflows/ci.yml
secrets:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}