Skip to content

Commit

Permalink
workflow not action
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed Jul 2, 2024
1 parent 3e3cf4f commit dad9f55
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- make_target: "start-upgrade-test-light"
runs_on: ubuntu-20.04
run: ${{ github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'MINIMAL_CI') }}
uses: ./.github/actions/e2e.yml
uses: ./.github/workflows/reusable-e2e.yml
with:
make_target: ${{ matrix.make_target }}
runs_on: ${{ matrix.runs_on}}
Expand Down
File renamed without changes.

0 comments on commit dad9f55

Please sign in to comment.