Skip to content

Bump up suffix version #1517

Bump up suffix version

Bump up suffix version #1517

Workflow file for this run

name: Build Kernel
on:
push:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
jobs:
build:
uses: gardenlinux/package-build/.github/workflows/build.yml@main

Check warning on line 9 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / Build Kernel

Workflow syntax warning

In .github/workflows/build.yml (Line: 9, Col: 11): Error from called workflow gardenlinux/package-build/.github/workflows/build.yml@main (Line: 163, Col: 9): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
with:
release: ${{ github.ref == 'refs/heads/main' }}
runs-on-amd64: ubuntu-latest-64core
runs-on-arm64: ubuntu-latest-arm-64core