Skip to content

fdo-25.08 push run #146

fdo-25.08 push run

fdo-25.08 push run #146

Workflow file for this run

name: Push
run-name: ${{ github.ref_name }} push run
on:
push:
branches:
- '**'
tags-ignore:
- '**'
concurrency:
group: '${{ github.workflow }} @ ${{ github.ref }}'
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
jobs:
build-project:
name: Build Project
uses: ./.github/workflows/build-project.yaml
with:
arches: '["x86_64", "aarch64"]'
upload-artifacts: ${{ github.ref == 'refs/heads/master' }}
check-code:
name: Check Code Changes
uses: ./.github/workflows/check-code.yaml