diff --git a/.github/workflows/conformance-aks.yaml b/.github/workflows/conformance-aks.yaml index b0727e6a1cd70d..4c3a006bc7db07 100644 --- a/.github/workflows/conformance-aks.yaml +++ b/.github/workflows/conformance-aks.yaml @@ -50,6 +50,7 @@ concurrency: ${{ github.workflow }} ${{ github.event_name }} ${{ + (github.event_name == 'push' && github.sha) || (github.event_name == 'schedule' && github.sha) || (github.event_name == 'workflow_dispatch' && github.event.inputs.PR-number) }} diff --git a/.github/workflows/conformance-aws-cni.yaml b/.github/workflows/conformance-aws-cni.yaml index 75f8de54419fc2..789b40aad8a913 100644 --- a/.github/workflows/conformance-aws-cni.yaml +++ b/.github/workflows/conformance-aws-cni.yaml @@ -48,6 +48,7 @@ concurrency: ${{ github.workflow }} ${{ github.event_name }} ${{ + (github.event_name == 'push' && github.sha) || (github.event_name == 'schedule' && github.sha) || (github.event_name == 'workflow_dispatch' && github.event.inputs.PR-number) }} diff --git a/.github/workflows/conformance-e2e.yaml b/.github/workflows/conformance-e2e.yaml index d9d524bd0198e6..81dd41ee6ab985 100644 --- a/.github/workflows/conformance-e2e.yaml +++ b/.github/workflows/conformance-e2e.yaml @@ -48,6 +48,7 @@ concurrency: ${{ github.workflow }} ${{ github.event_name }} ${{ + (github.event_name == 'push' && github.sha) || (github.event_name == 'schedule' && github.sha) || (github.event_name == 'workflow_dispatch' && github.event.inputs.PR-number) }} diff --git a/.github/workflows/conformance-eks.yaml b/.github/workflows/conformance-eks.yaml index 4ff0480df14c64..f57ce9170fc99d 100644 --- a/.github/workflows/conformance-eks.yaml +++ b/.github/workflows/conformance-eks.yaml @@ -48,6 +48,7 @@ concurrency: ${{ github.workflow }} ${{ github.event_name }} ${{ + (github.event_name == 'push' && github.sha) || (github.event_name == 'schedule' && github.sha) || (github.event_name == 'workflow_dispatch' && github.event.inputs.PR-number) }} diff --git a/.github/workflows/conformance-externalworkloads.yaml b/.github/workflows/conformance-externalworkloads.yaml index 6adb04e577155f..05041708e2f998 100644 --- a/.github/workflows/conformance-externalworkloads.yaml +++ b/.github/workflows/conformance-externalworkloads.yaml @@ -50,6 +50,7 @@ concurrency: ${{ github.workflow }} ${{ github.event_name }} ${{ + (github.event_name == 'push' && github.sha) || (github.event_name == 'schedule' && github.sha) || (github.event_name == 'workflow_dispatch' && github.event.inputs.PR-number) }} diff --git a/.github/workflows/conformance-gke.yaml b/.github/workflows/conformance-gke.yaml index 10f388f506a997..98a6d10fb6e130 100644 --- a/.github/workflows/conformance-gke.yaml +++ b/.github/workflows/conformance-gke.yaml @@ -50,6 +50,7 @@ concurrency: ${{ github.workflow }} ${{ github.event_name }} ${{ + (github.event_name == 'push' && github.sha) || (github.event_name == 'schedule' && github.sha) || (github.event_name == 'workflow_dispatch' && github.event.inputs.PR-number) }} diff --git a/.github/workflows/conformance-ipsec-e2e.yaml b/.github/workflows/conformance-ipsec-e2e.yaml index 2e676050c1e4ef..f7e7b8173700f4 100644 --- a/.github/workflows/conformance-ipsec-e2e.yaml +++ b/.github/workflows/conformance-ipsec-e2e.yaml @@ -48,6 +48,7 @@ concurrency: ${{ github.workflow }} ${{ github.event_name }} ${{ + (github.event_name == 'push' && github.sha) || (github.event_name == 'schedule' && github.sha) || (github.event_name == 'workflow_dispatch' && github.event.inputs.PR-number) }} diff --git a/.github/workflows/tests-ipsec-upgrade.yaml b/.github/workflows/tests-ipsec-upgrade.yaml index 7b5c8edc9e29ae..42e6efcb34fb7f 100644 --- a/.github/workflows/tests-ipsec-upgrade.yaml +++ b/.github/workflows/tests-ipsec-upgrade.yaml @@ -48,6 +48,7 @@ concurrency: ${{ github.workflow }} ${{ github.event_name }} ${{ + (github.event_name == 'push' && github.sha) || (github.event_name == 'schedule' && github.sha) || (github.event_name == 'workflow_dispatch' && github.event.inputs.PR-number) }}