Skip to content

Commit a063f8c

Browse files
authored
ci: build gramine-sgx for dev and tagged builds only (#805)
1 parent 6f6b24e commit a063f8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ jobs:
216216
needs: build-sgx
217217
container:
218218
image: gramineproject/gramine:latest
219+
if: github.ref == 'refs/heads/dev' || (startsWith(github.ref, 'refs/tags/v') && contains(github.ref, '.'))
219220

220221
steps:
221222
- name: Checkout repository

0 commit comments

Comments
 (0)