Skip to content

Commit

Permalink
Update integration_test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
weiiwang01 committed Apr 22, 2024
1 parent 4ea3353 commit 57e6005
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,13 @@ jobs:
name: Plan
runs-on: ubuntu-latest
steps:
- uses: ./internal/plan
- uses: actions/[email protected]
- uses: >-
${{
github.event.repository.name == 'operator-workflows' &&
format('{0}/internal/plan@{1}', github.event.pull_request.head.repo.full_name, github.head_ref) ||
'canonical/operator-workflows/internal/plan@main'
}}
with:
working-directory: ${{ inputs.working-directory }}
Expand Down

0 comments on commit 57e6005

Please sign in to comment.