Skip to content

Commit

Permalink
Fixes piranhacloud#4065 - Change tck-coreprofile workflow to NOT run …
Browse files Browse the repository at this point in the history
…on forks (piranhacloud#4072)
  • Loading branch information
mnriem authored Oct 20, 2024
1 parent 2cd4470 commit e586e53
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tck-coreprofile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
workflow_dispatch:
jobs:
annotations:
if: github.repository == 'piranhacloud/piranha'
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -38,6 +39,7 @@ jobs:
mvn -B -ntp verify
cat target/tck/report/text/summary.txt >> $GITHUB_STEP_SUMMARY
atinject:
if: github.repository == 'piranhacloud/piranha'
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -63,6 +65,7 @@ jobs:
paths: "external/coreprofile-tck/atinject/target/tck/example/target/surefire-reports/TEST-*.xml"
if: always()
cdi:
if: github.repository == 'piranhacloud/piranha'
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -88,6 +91,7 @@ jobs:
paths: "external/coreprofile-tck/cdi/runner/target/surefire-reports/junitreports/TEST-*.xml"
if: always()
coreprofile:
if: github.repository == 'piranhacloud/piranha'
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -113,6 +117,7 @@ jobs:
paths: "external/coreprofile-tck/coreprofile/runner/target/failsafe-reports/**/TEST-*.xml"
if: always()
jsonb:
if: github.repository == 'piranhacloud/piranha'
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -138,6 +143,7 @@ jobs:
paths: "external/coreprofile-tck/jsonb/target/tck/bin/target/surefire-reports/TEST-*.xml"
if: always()
jsonp:
if: github.repository == 'piranhacloud/piranha'
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down Expand Up @@ -165,6 +171,7 @@ jobs:
external/coreprofile-tck/jsonp/target/tck/bin/tck-tests-pluggability/target/surefire-reports/TEST-*.xml
if: always()
rest:
if: github.repository == 'piranhacloud/piranha'
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit e586e53

Please sign in to comment.