mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Update integration.yml
This commit is contained in:
parent
2bda9272a8
commit
a82e78fb36
6
.github/workflows/integration.yml
vendored
6
.github/workflows/integration.yml
vendored
@ -131,7 +131,7 @@ jobs:
|
|||||||
|
|
||||||
# Deploys using an SSH key.
|
# Deploys using an SSH key.
|
||||||
integration-ssh-third-party-client:
|
integration-ssh-third-party-client:
|
||||||
needs: integration-container
|
needs: integration-cross-repo-push
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@ -160,7 +160,7 @@ jobs:
|
|||||||
|
|
||||||
# Deploys using a custom env.
|
# Deploys using a custom env.
|
||||||
integration-env:
|
integration-env:
|
||||||
needs: integration-ssh
|
needs: integration-ssh-third-party-client
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-node@v1.4.4
|
- uses: actions/setup-node@v1.4.4
|
||||||
@ -188,7 +188,7 @@ jobs:
|
|||||||
|
|
||||||
# Deploys using the CLEAN option.
|
# Deploys using the CLEAN option.
|
||||||
integration-clean:
|
integration-clean:
|
||||||
needs: [integration-checkout-v1, integration-checkout-v2, integration-container, integration-ssh, integration-env]
|
needs: [integration-checkout-v1, integration-checkout-v2, integration-container, integration-ssh, integration-ssh-third-party-client, integration-env]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
Loading…
Reference in New Issue
Block a user