File tree Expand file tree Collapse file tree 5 files changed +15
-0
lines changed Expand file tree Collapse file tree 5 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 88 - ' !.github/workflows/integration-tests-h2.yml'
99 - ' docs/**'
1010 - ' infra/**'
11+ - ' src/main/config/*'
12+ - ' src/main/scripts/**'
13+ - ' !src/main/scripts/execute-command.sh'
1114
1215# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
1316permissions :
Original file line number Diff line number Diff line change 88 - ' !.github/workflows/integration-tests-mysql.yml'
99 - ' docs/**'
1010 - ' infra/**'
11+ - ' src/main/config/*'
12+ - ' src/main/scripts/**'
13+ - ' !src/main/scripts/execute-command.sh'
1114
1215# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
1316permissions :
Original file line number Diff line number Diff line change 88 - ' !.github/workflows/integration-tests-postgres.yml'
99 - ' docs/**'
1010 - ' infra/**'
11+ - ' src/main/config/*'
12+ - ' src/main/scripts/**'
13+ - ' !src/main/scripts/execute-command.sh'
1114
1215# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
1316permissions :
Original file line number Diff line number Diff line change 88 - ' !.github/workflows/static-analysis.yml'
99 - ' docs/**'
1010 - ' infra/**'
11+ - ' src/main/config/nginx/*'
12+ - ' src/main/scripts/**'
13+ - ' !src/main/scripts/execute-command.sh'
1114
1215# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
1316permissions :
Original file line number Diff line number Diff line change 88 - ' !.github/workflows/unit-tests.yml'
99 - ' docs/**'
1010 - ' infra/**'
11+ - ' src/main/config/*'
12+ - ' src/main/scripts/**'
13+ - ' !src/main/scripts/execute-command.sh'
1114
1215# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
1316permissions :
You can’t perform that action at this time.
0 commit comments