|
|
@ -3,6 +3,8 @@ on: |
|
|
types: [submitted] |
|
|
types: [submitted] |
|
|
push: |
|
|
push: |
|
|
workflow_dispatch: |
|
|
workflow_dispatch: |
|
|
|
|
|
pull_request_target: |
|
|
|
|
|
types: [labeled] |
|
|
|
|
|
|
|
|
name: Integration Tests |
|
|
name: Integration Tests |
|
|
|
|
|
|
|
|
@ -10,6 +12,7 @@ jobs: |
|
|
proxy_tests: |
|
|
proxy_tests: |
|
|
name: Proxy Tests |
|
|
name: Proxy Tests |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
if: github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'safe to test') |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v2 |
|
|
- uses: actions/checkout@v2 |
|
|
- uses: actions-rs/toolchain@v1 |
|
|
- uses: actions-rs/toolchain@v1 |
|
|
|