mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-22 15:53:35 +01:00
Prepare universal workflow
This commit is contained in:
parent
05af348776
commit
4cca60ee1d
2
.github/workflows/images_build_rhel.yml
vendored
2
.github/workflows/images_build_rhel.yml
vendored
@ -451,7 +451,7 @@ jobs:
|
||||
build: [mysql, sqlite3]
|
||||
arch: [X64, ARM64]
|
||||
runs-on: [self-hosted, linux, "${{ matrix.arch }}"]
|
||||
if: ${{ always() }}
|
||||
if: ${{ always() && needs.build_images.result == 'success' }}
|
||||
permissions: {}
|
||||
steps:
|
||||
- name: Download SHA256 tag of build-${{ matrix.build }}:${{ matrix.arch }}
|
||||
|
Loading…
Reference in New Issue
Block a user