Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: willdavsmith <[email protected]>
  • Loading branch information
willdavsmith committed Mar 4, 2024
1 parent c25ae26 commit b6ca999
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/functional-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
build:
name: Build Radius for test
runs-on: ubuntu-latest
if: github.event_name == 'repository_dispatch' || (github.event_name == 'schedule' && github.repository == 'radius-project/radius') || github.event_name == 'workflow_run'
if: github.event_name == 'repository_dispatch' || (github.event_name == 'schedule' && github.repository == 'willdavsmith/radius') || github.event_name == 'workflow_run'
env:
DE_IMAGE: 'ghcr.io/radius-project/deployment-engine'
DE_TAG: 'latest'
Expand Down Expand Up @@ -302,7 +302,7 @@ jobs:
tests:
name: Run ${{ matrix.name }} functional tests
needs: build
if: github.event_name == 'repository_dispatch' || (github.event_name == 'schedule' && github.repository == 'radius-project/radius') || github.event_name == 'workflow_run'
if: github.event_name == 'repository_dispatch' || (github.event_name == 'schedule' && github.repository == 'willdavsmith/radius') || github.event_name == 'workflow_run'
strategy:
fail-fast: true
matrix:
Expand Down Expand Up @@ -670,7 +670,7 @@ jobs:
name: Report test failure
needs: [build, tests]
runs-on: ubuntu-latest
if: failure() && github.event_name == 'schedule' && github.repository == 'radius-project/radius'
if: failure() && github.event_name == 'schedule' && github.repository == 'willdavsmith/radius'
steps:
- name: Create failure issue for failing scheduled run
uses: actions/github-script@v6
Expand Down

0 comments on commit b6ca999

Please sign in to comment.