Skip to content

Commit

Permalink
always recheck all tests on push to master (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
k0ka authored Dec 7, 2023
1 parent b6f959a commit b49c6a6
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration_block_storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
paths:
- '**BlockStorage**'
- '**Common**'
push:
branches:
- master

jobs:
tests:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/integration_compute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
paths:
- '**Compute**'
- '**Common**'
push:
branches:
- master

jobs:
tests:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/integration_identity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
paths:
- '**Identity**'
- '**Common**'
push:
branches:
- master

jobs:
tests:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/integration_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
paths:
- '**Images**'
- '**Common**'
push:
branches:
- master

jobs:
tests:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/integration_networking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
paths:
- '**Networking**'
- '**Common**'
push:
branches:
- master

jobs:
tests:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/integration_object_storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
paths:
- '**ObjectStore**'
- '**Common**'
push:
branches:
- master

jobs:
tests:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Run Unit Tests
on:
workflow_dispatch:
pull_request:
push:
branches:
- master

jobs:
tests:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit b49c6a6

Please sign in to comment.