fix: do not upgrade all RHEL packages - just refresh cache #1743
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
on: | |
# Run on push except on tags | |
push: | |
branches: | |
- '**' | |
name: CI | |
jobs: | |
build-cosmian-vm-binaries: | |
name: Build binaries | |
uses: ./.github/workflows/build_all.yml |