We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 692bb2c commit e75b917Copy full SHA for e75b917
.github/workflows/main.yml
@@ -49,8 +49,7 @@ jobs:
49
run: |
50
python tests/validate_yaml.py
51
on-fail:
52
- #if: failure() && github.event_name == 'pull_request'
53
- if: github.event_name == 'pull_request'
+ if: failure() && github.event_name == 'pull_request'
54
runs-on: ubuntu-latest
55
needs: check
56
steps:
config/pipeline.yaml
@@ -15,7 +15,6 @@ _anchors:
15
arch: arm
16
17
baseline: &baseline-job
18
- template: baseline.jinja2
19
kind: job
20
kcidb_test_suite: boot
21
0 commit comments