Skip to content

Commit ff7b205

Browse files
Add a condition for github action to run
Currently, this github action has been tested only on 9.2 CIQ LTS kernel so just add that branch as a condition to run the test. Signed-off-by: Shreeya Patel <spatel@ciq.com>
1 parent b094719 commit ff7b205

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/kernel-build-and-test-x86_64.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Automated kernel build and test (x86_64)
2-
on: [push]
2+
on:
3+
push:
4+
branches:
5+
- 'ciqlts9_2'
36

47
permissions:
58
contents: read

0 commit comments

Comments
 (0)