Skip to content

Narrowed the scope of comments used and workflow executed #1292

Narrowed the scope of comments used and workflow executed

Narrowed the scope of comments used and workflow executed #1292

Workflow file for this run

name: Application - Build
on:
push:
branches-ignore: [stable]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
app-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "16.14.2"
cache: "yarn"
- run: yarn install
- run: yarn build