Skip to content

Commit

Permalink
chore: avoid fetch all tags and branches for CI workflows (#1374)
Browse files Browse the repository at this point in the history
  • Loading branch information
StarpTech authored Nov 15, 2024
1 parent 44ac8a8 commit 7156536
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 38 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/aws-lambda-router-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: actions/cache@v4
with:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/cdn-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: ./.github/actions/node

Expand All @@ -41,8 +39,6 @@ jobs:
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: ./.github/actions/build-push-image
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/cli-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: ./.github/actions/node

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/composition-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: ./.github/actions/node

Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/controlplane-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: ./.github/actions/node

Expand Down Expand Up @@ -83,8 +81,6 @@ jobs:
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: ./.github/actions/build-push-image
with:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/graphqlmetrics-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ jobs:
CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT: 1
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: actions/cache@v4
with:
Expand Down Expand Up @@ -83,8 +81,6 @@ jobs:
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: ./.github/actions/build-push-image
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/helm-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: actions/cache@v4
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/keycloak-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: ./.github/actions/build-push-image
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/otelcollector-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: ./.github/actions/build-push-image
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/playground-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: ./.github/actions/node

Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/router-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ jobs:
- 6379:6379
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: actions/cache@v4
with:
Expand Down Expand Up @@ -117,8 +115,6 @@ jobs:
- 6379:6379
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Log in to Docker Container registry (With write access)
uses: docker/login-action@v3
Expand Down Expand Up @@ -185,8 +181,6 @@ jobs:
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: ./.github/actions/build-push-image
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/shared-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: ./.github/actions/node

Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/studio-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: ./.github/actions/node

Expand Down Expand Up @@ -59,8 +57,6 @@ jobs:
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: ./.github/actions/build-push-image
with:
Expand Down

0 comments on commit 7156536

Please sign in to comment.