Update ci.yml (#14352)

This commit is contained in:
Stian Thorgersen 2022-09-12 13:32:09 +02:00 committed by GitHub
parent 3120848ef0
commit 68140dfb1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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