Skip to content

Commit 2945d87

Browse files
test
1 parent 29164a5 commit 2945d87

3 files changed

Lines changed: 38 additions & 623 deletions

File tree

.github/workflows/fast_tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Unit and integration tests
33

44
on:
55
workflow_dispatch:
6-
# pull_request:
7-
# branches: [ main ]
8-
# push:
9-
# branches: [ main ]
6+
pull_request:
7+
branches: [ main ]
8+
push:
9+
branches: [ main ]
1010

1111
concurrency:
1212
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

.github/workflows/test_upstream_gaudi2.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Upstream Integrations (Gaudi2)
22

33
on:
44
workflow_dispatch:
5-
pull_request:
6-
branches: [main]
7-
push:
8-
branches: [main]
5+
# pull_request:
6+
# branches: [main]
7+
# push:
8+
# branches: [main]
99

1010
concurrency:
1111
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

0 commit comments

Comments
 (0)