Skip to content

feat: build stacker on Ubuntu 24.04 LTS (noble) (#644) #2469

feat: build stacker on Ubuntu 24.04 LTS (noble) (#644)

feat: build stacker on Ubuntu 24.04 LTS (noble) (#644) #2469

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
uses: ./.github/workflows/build.yaml
with:
slow-test: false
secrets:
codecov_token: ${{ secrets.CODECOV_TOKEN }}
coverage:
uses: ./.github/workflows/coverage.yaml
with:
slow-test: false
secrets:
codecov_token: ${{ secrets.CODECOV_TOKEN }}