Skip to content

Commit f2603be

Browse files
author
arunjose696
committed
adding branches ignore for other runs
1 parent f9a87c8 commit f2603be

File tree

9 files changed

+20
-5
lines changed

9 files changed

+20
-5
lines changed

.github/workflows/build-reusable.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ jobs:
4545
${{ toJSON(inputs) }}
4646
EOF
4747
48+
- name: print files and git base
49+
run: |
50+
echo "Base SHA: ${{ github.event.pull_request.base.sha }}"
51+
52+
echo "++++++++++++++
4853
- name: Checkout repository
4954
uses: actions/checkout@v4
5055
with:

.github/workflows/build-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ on:
4545
default: false
4646

4747
pull_request:
48+
branches-ignore:
49+
- arunjose696/ir-compare
4850
branches:
4951
- main
5052
- release/**

.github/workflows/build-windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
branches:
88
- main
99
- release/**
10+
branches-ignore:
11+
- arunjose696/ir-compare
1012
push:
1113
branches:
1214
- main

.github/workflows/compare-ir.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Run benchmark and upload IRs
22
run-name: ${{ inputs.run_name }}
33

44
on:
5-
push:
6-
branches:
7-
- arunjose696/ir-compare
5+
pull_request:
6+
types: [opened, synchronize, reopened]
7+
88

99

1010
jobs:

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: Integration Tests
1010
on:
1111
workflow_dispatch:
1212
pull_request:
13-
branches-ignore: ['llvm-**']
13+
branches-ignore: ['llvm-**','arunjose696/ir-compare' ]
1414
merge_group:
1515
branches: [main, 'dev-**']
1616
types: [checks_requested]

.github/workflows/integration-tests.yml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: Integration Tests
99
on:
1010
workflow_dispatch:
1111
pull_request:
12-
branches-ignore: ['llvm-**']
12+
branches-ignore: ['llvm-**','arunjose696/ir-compare']
1313
merge_group:
1414
branches: [main, 'dev-**']
1515
types: [checks_requested]

.github/workflows/pip-test-windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
pull_request:
88
branches:
99
- main
10+
branches-ignore:
11+
- arunjose696/ir-compare
1012
paths:
1113
- third_party/intel/backend/driver.py
1214
push:

.github/workflows/pip-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
pull_request:
88
branches:
99
- main
10+
branches-ignore:
11+
- arunjose696/ir-compare
1012
paths:
1113
- third_party/intel/backend/driver.py
1214
push:

.github/workflows/triton-benchmarks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ on:
4141
pull_request:
4242
branches:
4343
- main
44+
branches-ignore:
45+
- arunjose696/ir-compare
4446
paths:
4547
- .github/workflows/triton-benchmarks.yml
4648
- benchmarks/**

0 commit comments

Comments
 (0)