diff --git a/.github/workflows/aa_basic.yml b/.github/workflows/aa_basic.yml index 17f973645..0eff512a0 100644 --- a/.github/workflows/aa_basic.yml +++ b/.github/workflows/aa_basic.yml @@ -24,7 +24,7 @@ concurrency: jobs: basic_ci: - if: github.event_name != 'push' || github.event.pull_request.merged == false + if: github.event_name != 'push' name: Check defaults: run: diff --git a/.github/workflows/aa_cc_kbc.yml b/.github/workflows/aa_cc_kbc.yml index 3078e0241..701b4533d 100644 --- a/.github/workflows/aa_cc_kbc.yml +++ b/.github/workflows/aa_cc_kbc.yml @@ -24,7 +24,7 @@ concurrency: jobs: cc_kbc_ci: - if: github.event_name != 'push' || github.event.pull_request.merged == false + if: github.event_name != 'push' name: Check defaults: run: diff --git a/.github/workflows/aa_crypto.yml b/.github/workflows/aa_crypto.yml index 128886548..d219cdb1d 100644 --- a/.github/workflows/aa_crypto.yml +++ b/.github/workflows/aa_crypto.yml @@ -20,7 +20,7 @@ concurrency: jobs: crypto_ci: - if: github.event_name != 'push' || github.event.pull_request.merged == false + if: github.event_name != 'push' name: Check defaults: run: diff --git a/.github/workflows/aa_eaa_kbc.yml b/.github/workflows/aa_eaa_kbc.yml index a33e3f88b..f12009c47 100644 --- a/.github/workflows/aa_eaa_kbc.yml +++ b/.github/workflows/aa_eaa_kbc.yml @@ -20,7 +20,7 @@ concurrency: jobs: eaa_kbc_ci: - if: github.event_name != 'push' || github.event.pull_request.merged == false + if: github.event_name != 'push' name: Check defaults: run: diff --git a/.github/workflows/aa_occlum_sgx.yml b/.github/workflows/aa_occlum_sgx.yml index 62811de9c..9e0a0ad05 100644 --- a/.github/workflows/aa_occlum_sgx.yml +++ b/.github/workflows/aa_occlum_sgx.yml @@ -21,7 +21,7 @@ concurrency: jobs: occlum_sgx_ci: - if: github.event_name != 'push' || github.event.pull_request.merged == false + if: github.event_name != 'push' runs-on: sgx steps: - name: Checkout Code diff --git a/.github/workflows/aa_sample_keyprovider.yml b/.github/workflows/aa_sample_keyprovider.yml index 39473427e..b8ec783bf 100644 --- a/.github/workflows/aa_sample_keyprovider.yml +++ b/.github/workflows/aa_sample_keyprovider.yml @@ -19,7 +19,7 @@ concurrency: jobs: coco_keyprovider_ci: - if: github.event_name != 'push' || github.event.pull_request.merged == false + if: github.event_name != 'push' name: Check runs-on: ubuntu-latest strategy: diff --git a/.github/workflows/aa_sev_kbc.yml b/.github/workflows/aa_sev_kbc.yml index e155c8a30..e5869390d 100644 --- a/.github/workflows/aa_sev_kbc.yml +++ b/.github/workflows/aa_sev_kbc.yml @@ -19,7 +19,7 @@ concurrency: jobs: offline_sev_kbc_ci: - if: github.event_name != 'push' || github.event.pull_request.merged == false + if: github.event_name != 'push' name: Check defaults: run: diff --git a/.github/workflows/api-server-rest-basic.yml b/.github/workflows/api-server-rest-basic.yml index 7158706c0..a17e7d4df 100644 --- a/.github/workflows/api-server-rest-basic.yml +++ b/.github/workflows/api-server-rest-basic.yml @@ -24,7 +24,7 @@ concurrency: jobs: basic_ci: - if: github.event_name != 'push' || github.event.pull_request.merged == false + if: github.event_name != 'push' name: Check defaults: run: diff --git a/.github/workflows/cdh_basic.yml b/.github/workflows/cdh_basic.yml index 7863626ec..2faa87321 100644 --- a/.github/workflows/cdh_basic.yml +++ b/.github/workflows/cdh_basic.yml @@ -24,7 +24,7 @@ concurrency: jobs: basic_ci: - if: github.event_name != 'push' || github.event.pull_request.merged == false + if: github.event_name != 'push' name: Check defaults: run: diff --git a/.github/workflows/image_rs_build.yml b/.github/workflows/image_rs_build.yml index 691fe09e5..897c4a038 100644 --- a/.github/workflows/image_rs_build.yml +++ b/.github/workflows/image_rs_build.yml @@ -23,7 +23,7 @@ concurrency: jobs: ci: - if: github.event_name != 'push' || github.event.pull_request.merged == false + if: github.event_name != 'push' name: Check defaults: run: diff --git a/.github/workflows/ocicrypt_rs_build.yml b/.github/workflows/ocicrypt_rs_build.yml index b00478933..de865184f 100644 --- a/.github/workflows/ocicrypt_rs_build.yml +++ b/.github/workflows/ocicrypt_rs_build.yml @@ -23,7 +23,7 @@ concurrency: jobs: ci: - if: github.event_name != 'push' || github.event.pull_request.merged == false + if: github.event_name != 'push' name: Check runs-on: ubuntu-latest strategy: