Skip to content

Commit d8f331e

Browse files
fix(ci): correct docs-bypass workflow to satisfy required branch protection checks
1 parent 6e28ac0 commit d8f331e

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

.github/workflows/docs-bypass.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,31 @@ on:
55
- '**/*.md'
66

77
jobs:
8-
tests:
8+
security-scan-source:
99
runs-on: ubuntu-latest
1010
steps:
1111
- run: echo "Bypass success for docs-only PR"
12-
tests-v2:
12+
build:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- run: echo "Bypass success for docs-only PR"
16-
security-scan-source:
16+
manifest:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- run: echo "Bypass success for docs-only PR"
20-
build-and-push-krkn:
20+
security-badge:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- run: echo "Bypass success for docs-only PR"
24-
build-push-redhat-chaos:
24+
tests:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- run: echo "Bypass success for docs-only PR"
28-
manifest:
28+
badge:
29+
runs-on: ubuntu-latest
30+
steps:
31+
- run: echo "Bypass success for docs-only PR"
32+
tests-v2:
2933
runs-on: ubuntu-latest
3034
steps:
3135
- run: echo "Bypass success for docs-only PR"

0 commit comments

Comments
 (0)