File tree Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change 11name : Test Local Upload
22
33on :
4- push :
5- branches : [ master ]
64 pull_request :
75 branches : [ master ]
86 workflow_run :
1412jobs :
1513 Test-Local-Uploads :
1614 runs-on : ubuntu-latest
17- if : |
18- (github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success') ||
19- (github.event_name == 'workflow_dispatch') ||
20- (github.event_name == 'push' && github.event.workflow_run.conclusion == 'success') ||
21- (github.event_name == 'pull_request' && github.event.workflow_run.conclusion == 'success')
15+ if : ${{ github.event_name == 'pull_request' || github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
2216
2317 env :
2418 COMPOSE_FILE : ./docker-compose.yml
Original file line number Diff line number Diff line change 11name : Test Nginx Upload
22
33on :
4- push :
5- branches : [ master ]
64 pull_request :
75 branches : [ master ]
86 workflow_run :
1412jobs :
1513 Test-Nginx-Uploads :
1614 runs-on : ubuntu-latest
17- if : |
18- (github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success') ||
19- (github.event_name == 'workflow_dispatch') ||
20- (github.event_name == 'push' && github.event.workflow_run.conclusion == 'success') ||
21- (github.event_name == 'pull_request' && github.event.workflow_run.conclusion == 'success')
15+ if : ${{ github.event_name == 'pull_request' || github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
2216
2317 env :
2418 COMPOSE_FILE : ./docker-compose-nginx.yml
You can’t perform that action at this time.
0 commit comments