Skip to content

Commit

Permalink
change gh workflow calling
Browse files Browse the repository at this point in the history
  • Loading branch information
anoipm committed May 8, 2024
1 parent 466a1c4 commit 96d3ad5
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/pull-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,8 @@ on:
- converted_to_draft

jobs:
call-pull-operator-unit-tests:
uses: ./.github/workflows/operator-verify.yaml@pull-operator-unit-tests
call-operator-verify:
uses: ./.github/workflows/operator-verify.yaml

call-pull-operator-integration-test:
uses: ./.github/workflows/operator-verify.yaml@pull-operator-integration-test

call-pull-serverless-unit-tests:
uses: ./.github/workflows/serverless-verify.yaml@pull-serverless-unit-tests

call-pull-serverless-integration-test:
uses: ./.github/workflows/serverless-verify.yaml@pull-serverless-integration-test
call-serverless-verify:
uses: ./.github/workflows/serverless-verify.yaml

0 comments on commit 96d3ad5

Please sign in to comment.