Skip to content

Add GC preserve hook #4

Add GC preserve hook

Add GC preserve hook #4

Workflow file for this run

# This workflow does not exist upstream. DO NOT TRY TO UPSTREAM IT.
# It is just a simple check to ensure that we do not break the stock build.
name: Test stock Julia build
on:
pull_request:
concurrency:
# Cancels pending runs when a PR gets updated.
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Build
run: |
make