ci: build gramine-sgx for dev and tagged builds only (#805)

This commit is contained in:
Hendrik Eeckhaut
2025-05-05 17:16:50 +02:00
committed by GitHub
parent 6f6b24e76c
commit a063f8cc14

View File

@@ -216,6 +216,7 @@ jobs:
needs: build-sgx
container:
image: gramineproject/gramine:latest
if: github.ref == 'refs/heads/dev' || (startsWith(github.ref, 'refs/tags/v') && contains(github.ref, '.'))
steps:
- name: Checkout repository