Skip to content

Commit f7aafe8

Browse files
author
Leonid Podolinskiy
committed
try always skip
1 parent 7639f8c commit f7aafe8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/required_check.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ on:
1111
- 'grafana/**'
1212
jobs:
1313
build:
14-
name: Build controller and install helm chart
14+
if: false # always skip
15+
name: Build controller and install helm chart # name have to be as the real job name
1516
runs-on: ubuntu-latest
1617
steps:
1718
- run: 'echo "No build required"'

0 commit comments

Comments
 (0)