Skip to content

Checking free -mh and ps on make boot #1066

Checking free -mh and ps on make boot

Checking free -mh and ps on make boot #1066

Workflow file for this run

name: Code CI
on:
# Only run on changes to branches with open PRs
pull_request:
types: [opened, edited, synchronize]
# Run after PR merged, on implicit push, and on tag pushes
push:
tags:
- '*'
branches: [master,Testing_New_Docker]
jobs:
# Make Boot files
make_boot:
uses: ./.github/workflows/_make_boot.yml