We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29164a5 commit 2945d87Copy full SHA for 2945d87
3 files changed
.github/workflows/fast_tests.yml
@@ -3,10 +3,10 @@ name: Unit and integration tests
3
4
on:
5
workflow_dispatch:
6
- # pull_request:
7
- # branches: [ main ]
8
- # push:
9
+ pull_request:
+ branches: [ main ]
+ push:
10
11
concurrency:
12
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
.github/workflows/test_upstream_gaudi2.yml
@@ -2,10 +2,10 @@ name: Upstream Integrations (Gaudi2)
2
- pull_request:
- branches: [main]
- push:
+ # pull_request:
+ # branches: [main]
+ # push:
0 commit comments