Skip to content

Commit

Permalink
ci: add workflow_dispatch trigger to tests
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
  • Loading branch information
katexochen authored and arronwy committed Jul 24, 2023
1 parent 9767048 commit 814d34e
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/aa_basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
- '.github/workflows/aa_basic.yml'
- 'Cargo.toml'
create:
workflow_dispatch:

jobs:
basic_ci:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/aa_cc_kbc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
- 'attestation-agent/kbs_protocol/**'
- '.github/workflows/aa_cc_kbc.yml'
create:
workflow_dispatch:

jobs:
cc_kbc_ci:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/aa_crypto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
- 'attestation-agent/deps/crypto/**'
- '.github/workflows/aa_crypto.yml'
create:
workflow_dispatch:

jobs:
crypto_ci:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/aa_eaa_kbc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
- 'attestation-agent/kbc/eaa_kbc/**'
- '.github/workflows/aa_eaa_kbc.yml'
create:
workflow_dispatch:

jobs:
eaa_kbc_ci:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/aa_occlum_sgx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
- 'attestation-agent/ci/occlum**'
- '.github/workflows/aa_occlum_sgx.yml'
create:
workflow_dispatch:

jobs:
occlum_sgx_ci:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/aa_sample_keyprovider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- 'attestation-agent/coco_keyprovider/**'
- '.github/workflows/aa_sample_keyprovider.yml'
create:
workflow_dispatch:

jobs:
coco_keyprovider_ci:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/aa_sev_kbc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- 'attestation-agent/kbc/offline_sev_kbc/**'
- 'attestation-agent/kbc/online_sev_kbc/**'
create:
workflow_dispatch:

jobs:
offline_sev_kbc_ci:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/image_rs_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- 'image-rs/**'
- '.github/workflows/image_rs_build.yml'
create:
workflow_dispatch:

jobs:
ci:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ocicrypt_rs_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- 'ocicrypt-rs/**'
- '.github/workflows/ocicrypt_rs_build.yml'
create:
workflow_dispatch:

jobs:
ci:
Expand Down

0 comments on commit 814d34e

Please sign in to comment.