Skip to content

Commit

Permalink
gha: run sgx_hw on workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz committed Mar 9, 2023
1 parent efa3d81 commit 80eeffe
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/sgx_hw.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
name: "SGX Hardware Mode Tests"

# This workflow runs the set of tests in SGX Hardware mode. We run them on a
# latest-generation IceLake VM on Azure, so we only run them either on dispatch
# or when a new commit is pushed to the _main_ branch. Even though this will
# not catch regressions before merging them in, testing only on commits to main
# strikes a compromise between testing often and not spending too much money
# on Azure.
# latest-generation IceLake VM on Azure, so we only run them manually on
# workflow dispatch.
on:
workflow_dispatch:
push:
branches: [main]

defaults:
run:
Expand Down

0 comments on commit 80eeffe

Please sign in to comment.