Skip to content

Bump actions/checkout from 6.0.0 to 6.0.1 #428

Bump actions/checkout from 6.0.0 to 6.0.1

Bump actions/checkout from 6.0.0 to 6.0.1 #428

Workflow file for this run

name: Linux (Ubuntu 24.04)
on:
workflow_dispatch:
pull_request:
push:
branches:
- develop
concurrency:
group: linux-${{ github.event_name }}-${{ github.ref_name }}-ubuntu_24_04
cancel-in-progress: true
permissions: read-all
jobs:
Ubuntu2404:
name: Main Trigger
uses: ./.github/workflows/job_linux.yml
permissions:
actions: read
contents: read
packages: read
statuses: read
security-events: write
id-token: write
attestations: write
with:
os: ubuntu_24_04
build-runner: ubuntu-latest-32-cores
test-runner: ubuntu-latest-8-cores
build-cache: true
build-cache-key-suffix: ${{ github.sha }}
build-mlir: true
build-driver: true
build-cid: true
run-unit-tests: true
run-lit-tests: true
run-compilation-tests: true