mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-10-06 13:15:57 +08:00
Upd: Simplify GitHub actions
This commit is contained in:
parent
18c6ac17ae
commit
a74d681dd9
3 changed files with 0 additions and 20 deletions
8
.github/workflows/master.yml
vendored
8
.github/workflows/master.yml
vendored
|
@ -11,9 +11,6 @@ jobs:
|
|||
# Checkout
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
||||
- uses: ./.github/actions/unit-tests
|
||||
|
||||
|
@ -23,9 +20,6 @@ jobs:
|
|||
# Checkout
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
||||
- uses: ./.github/actions/integration-tests
|
||||
|
||||
|
@ -35,8 +29,6 @@ jobs:
|
|||
# Checkout
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: ./.github/actions/helm-chart-tests
|
||||
|
||||
|
|
6
.github/workflows/pull_request.yml
vendored
6
.github/workflows/pull_request.yml
vendored
|
@ -11,8 +11,6 @@ jobs:
|
|||
# Checkout
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: ./.github/actions/unit-tests
|
||||
|
||||
|
@ -22,8 +20,6 @@ jobs:
|
|||
# Checkout
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: ./.github/actions/integration-tests
|
||||
|
||||
|
@ -33,8 +29,6 @@ jobs:
|
|||
# Checkout
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: ./.github/actions/helm-chart-tests
|
||||
|
||||
|
|
6
.github/workflows/tags.yml
vendored
6
.github/workflows/tags.yml
vendored
|
@ -11,8 +11,6 @@ jobs:
|
|||
# Checkout
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: ./.github/actions/unit-tests
|
||||
|
||||
|
@ -22,8 +20,6 @@ jobs:
|
|||
# Checkout
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: ./.github/actions/integration-tests
|
||||
Helm_chart_Tests:
|
||||
|
@ -32,8 +28,6 @@ jobs:
|
|||
# Checkout
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: ./.github/actions/helm-chart-tests
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue