File tree Expand file tree Collapse file tree 6 files changed +30
-30
lines changed
Expand file tree Collapse file tree 6 files changed +30
-30
lines changed Original file line number Diff line number Diff line change 66 paths-ignore :
77 - ' docs/**'
88 - ' **/*.md'
9- pull_request :
10- branches : [master, 'release/**']
11- paths-ignore :
12- - ' docs/**'
13- - ' **/*.md'
9+ # pull_request:
10+ # branches: [master, 'release/**']
11+ # paths-ignore:
12+ # - 'docs/**'
13+ # - '**/*.md'
1414
1515concurrency :
1616 group : ${{ github.workflow }}-${{ github.ref == 'refs/heads/master' && github.run_number || github.ref }}
Original file line number Diff line number Diff line change 66 paths-ignore :
77 - ' docs/**'
88 - ' **/*.md'
9- pull_request :
10- branches : [master, 'release/**']
11- paths-ignore :
12- - ' docs/**'
13- - ' **/*.md'
9+ # pull_request:
10+ # branches: [master, 'release/**']
11+ # paths-ignore:
12+ # - 'docs/**'
13+ # - '**/*.md'
1414
1515concurrency :
1616 group : ${{ github.workflow }}-${{ github.ref == 'refs/heads/master' && github.run_number || github.ref }}
Original file line number Diff line number Diff line change 66 paths-ignore :
77 - ' docs/**'
88 - ' **/*.md'
9- pull_request :
10- branches : [ master, 'release/**' ]
11- paths-ignore :
12- - ' docs/**'
13- - ' **/*.md'
9+ # pull_request:
10+ # branches: [ master, 'release/**' ]
11+ # paths-ignore:
12+ # - 'docs/**'
13+ # - '**/*.md'
1414
1515concurrency :
1616 group : ${{ github.workflow }}-${{ github.ref == 'refs/heads/master' && github.run_number || github.ref }}
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ name: CI Redhat UBI - Daily
33on :
44 schedule :
55 - cron : " 0 0 * * *"
6- pull_request :
7- branches : [master]
8- paths-ignore :
9- - ' docs/**'
10- - ' **/*.md'
6+ # pull_request:
7+ # branches: [master]
8+ # paths-ignore:
9+ # - 'docs/**'
10+ # - '**/*.md'
1111concurrency :
1212 group : ${{ github.workflow }}-${{ github.ref == 'refs/heads/master' && github.run_number || github.ref }}
1313 cancel-in-progress : true
Original file line number Diff line number Diff line change 66 paths-ignore :
77 - ' docs/**'
88 - ' **/*.md'
9- pull_request :
10- branches : [master, 'release/**']
11- paths-ignore :
12- - ' docs/**'
13- - ' **/*.md'
9+ # pull_request:
10+ # branches: [master, 'release/**']
11+ # paths-ignore:
12+ # - 'docs/**'
13+ # - '**/*.md'
1414
1515concurrency :
1616 group : ${{ github.workflow }}-${{ github.ref == 'refs/heads/master' && github.run_number || github.ref }}
Original file line number Diff line number Diff line change 66 paths-ignore :
77 - ' docs/**'
88 - ' **/*.md'
9- pull_request :
10- branches : [ master, 'release/**' ]
11- paths-ignore :
12- - ' docs/**'
13- - ' **/*.md'
9+ # pull_request:
10+ # branches: [ master, 'release/**' ]
11+ # paths-ignore:
12+ # - 'docs/**'
13+ # - '**/*.md'
1414
1515concurrency :
1616 group : ${{ github.workflow }}-${{ github.ref == 'refs/heads/master' && github.run_number || github.ref }}
You can’t perform that action at this time.
0 commit comments