diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba8efdf106..cf71fef017 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: - name: Analyze Test and/or Coverage Results uses: runforesight/foresight-test-kit-action@v1 - if: ( github.repository == 'keycloak/keycloak' ) && ( github.event_name == 'schedule' || github.event_name == 'push' ) && ( success() || failure() ) + if: ( github.repository == 'keycloak/keycloak' ) && ( github.event_name == 'schedule' || github.event_name == 'push' || github.event_name == 'workflow_dispatch' ) && ( success() || failure() ) with: api_key: ${{ secrets.FORESIGHT_API_KEY }} test_format: JUNIT @@ -130,7 +130,7 @@ jobs: - name: Analyze Test and/or Coverage Results uses: runforesight/foresight-test-kit-action@v1 - if: ( github.repository == 'keycloak/keycloak' ) && ( github.event_name == 'schedule' || github.event_name == 'push' ) && ( success() || failure() ) + if: ( github.repository == 'keycloak/keycloak' ) && ( github.event_name == 'schedule' || github.event_name == 'push' || github.event_name == 'workflow_dispatch' ) && ( success() || failure() ) with: api_key: ${{ secrets.FORESIGHT_API_KEY }} test_format: JUNIT @@ -214,7 +214,7 @@ jobs: - name: Analyze Test and/or Coverage Results uses: runforesight/foresight-test-kit-action@v1 - if: ( github.repository == 'keycloak/keycloak' ) && ( github.event_name == 'schedule' || github.event_name == 'push' ) && ( success() || failure() ) + if: ( github.repository == 'keycloak/keycloak' ) && ( github.event_name == 'schedule' || github.event_name == 'push' || github.event_name == 'workflow_dispatch' ) && ( success() || failure() ) with: api_key: ${{ secrets.FORESIGHT_API_KEY }} test_format: JUNIT @@ -310,7 +310,7 @@ jobs: - name: Analyze Test and/or Coverage Results uses: runforesight/foresight-test-kit-action@v1 - if: ( github.repository == 'keycloak/keycloak' ) && ( github.event_name == 'schedule' || github.event_name == 'push' ) && ( success() || failure() ) + if: ( github.repository == 'keycloak/keycloak' ) && ( github.event_name == 'schedule' || github.event_name == 'push' || github.event_name == 'workflow_dispatch' ) && ( success() || failure() ) with: api_key: ${{ secrets.FORESIGHT_API_KEY }} test_format: JUNIT @@ -370,7 +370,7 @@ jobs: - name: Analyze Test and/or Coverage Results uses: runforesight/foresight-test-kit-action@v1 - if: ( github.repository == 'keycloak/keycloak' ) && ( github.event_name == 'schedule' || github.event_name == 'push' ) && ( success() || failure() ) + if: ( github.repository == 'keycloak/keycloak' ) && ( github.event_name == 'schedule' || github.event_name == 'push' || github.event_name == 'workflow_dispatch' ) && ( success() || failure() ) with: api_key: ${{ secrets.FORESIGHT_API_KEY }} test_format: JUNIT @@ -438,7 +438,7 @@ jobs: - name: Analyze Test and/or Coverage Results uses: runforesight/foresight-test-kit-action@v1 - if: ( github.repository == 'keycloak/keycloak' ) && ( github.event_name == 'schedule' || github.event_name == 'push' ) && ( success() || failure() ) + if: ( github.repository == 'keycloak/keycloak' ) && ( github.event_name == 'schedule' || github.event_name == 'push' || github.event_name == 'workflow_dispatch' ) && ( success() || failure() ) with: api_key: ${{ secrets.FORESIGHT_API_KEY }} test_format: JUNIT