Skip to content

Commit e75b917

Browse files
committed
Test bad commit
Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
1 parent 692bb2c commit e75b917

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/main.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ jobs:
4949
run: |
5050
python tests/validate_yaml.py
5151
on-fail:
52-
#if: failure() && github.event_name == 'pull_request'
53-
if: github.event_name == 'pull_request'
52+
if: failure() && github.event_name == 'pull_request'
5453
runs-on: ubuntu-latest
5554
needs: check
5655
steps:

config/pipeline.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ _anchors:
1515
arch: arm
1616

1717
baseline: &baseline-job
18-
template: baseline.jinja2
1918
kind: job
2019
kcidb_test_suite: boot
2120

0 commit comments

Comments
 (0)