Skip to content

Commit

Permalink
move subworkflows back to main dir
Browse files Browse the repository at this point in the history
  • Loading branch information
anoipm committed May 8, 2024
1 parent d8b195a commit 8e68fba
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 39 deletions.
File renamed without changes.
22 changes: 0 additions & 22 deletions .github/workflows/pull-verify/unit-tests.yaml

This file was deleted.

File renamed without changes.
12 changes: 0 additions & 12 deletions .github/workflows/push-verify.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@ on:

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

call-integration-tests:
uses: ./.github/workflows/pull-verify/integration-tests.yaml

call-unit-tests-2:
uses: ./.github/workflows/unit-tests.yaml
uses: ./.github/workflows/pull-integration-tests.yaml

12 changes: 12 additions & 0 deletions .github/workflows/verify-push.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Push verify

on:
push:
branches: [ "main", "release-*" ]

jobs:
call-integration-tests:
uses: ./.github/workflows/push-integration-tests.yaml

call-upgrade-tests:
uses: ./.github/workflows/push-upgrade-tests.yaml

0 comments on commit 8e68fba

Please sign in to comment.