Skip to content

fix/rhel-v4-packages CI-builds d7cb73c7a7598e3666b82c1fefa49b770f105b91 #3041

fix/rhel-v4-packages CI-builds d7cb73c7a7598e3666b82c1fefa49b770f105b91

fix/rhel-v4-packages CI-builds d7cb73c7a7598e3666b82c1fefa49b770f105b91 #3041

Workflow file for this run

name: CI-builds
run-name: '${{ github.event.workflow_run && github.event.workflow_run.head_branch || github.ref_name }} ${{ github.workflow }} ${{ github.event.workflow_run && github.event.workflow_run.head_sha || github.sha }}'
on:
workflow_dispatch:
workflow_run:
workflows: [ CI-trigger ]
types: [ in_progress ]
concurrency:
group: ${{ github.workflow }}-${{ github.event.workflow_run && github.event.workflow_run.head_branch || github.ref_name }}
cancel-in-progress: true
jobs:
run:
# `write-all` is required because reusable-workflow permissions are the
# intersection of caller + callee. Without it the workflow_run event's
# GITHUB_TOKEN has no cache-writable scope, so the callee's
# actions/cache/save@v4 fails with 'cache write denied: token has no
# writable scopes' (GitHub started enforcing this for workflow_run in
# early July 2026 alongside the Node.js 20 -> 24 actions deprecation).
# The callee at ci-<group>.yml@GH-Actions also declares write-all.
permissions: write-all
uses: sysown/proxysql/.github/workflows/ci-builds.yml@GH-Actions
secrets: inherit
with:
trigger: ${{ toJson(github) }}