Skip to content

Commit

Permalink
GHA: Update a tag of runner for aa_occlum_sgx workflow to sgx
Browse files Browse the repository at this point in the history
Previously, a tag of the runner for the `aa_occlum_sgx` workflow
is `self-hosted` which is given by default for self-hosted runners
unless they use a `--no-default-labels` option for registration.
The tag would make the runner conflict with future self-hosted runners.

This commit updates the tag to `sgx`.

Signed-off-by: Hyounggyu Choi <Hyounggyu.Choi@ibm.com>
  • Loading branch information
BbolroC committed Jun 11, 2024
1 parent 1e362af commit a6a4ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aa_occlum_sgx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
occlum_sgx_ci:
runs-on: self-hosted
runs-on: sgx
container:
image: occlum/occlum:latest-ubuntu20.04
options: --device /dev/sgx_enclave --device /dev/sgx_provision
Expand Down

0 comments on commit a6a4ebe

Please sign in to comment.