Skip to content

Commit e8a7b17

Browse files
committed
Revert
1 parent 747ffc3 commit e8a7b17

12 files changed

+7
-12
lines changed

.github/workflows/accessibility-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
if: github.event.pull_request.draft == false
1717
steps:
1818
- uses: actions/checkout@v4
19-
- uses: peter-evans/rebase@v3
2019
- name: Install k3d
2120
env:
2221
K3D_URL: https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh

.github/workflows/create-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
with:
4444
fetch-depth: 0
4545
ref: ${{ github.ref_name }} # checkout to latest branch changes ( by default this action checkouts to the SHA that triggers action )
46-
- uses: peter-evans/rebase@v3
4746
- name: Create changelog
4847
env:
4948
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/lint-check-pr.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
- uses: actions/checkout@v4
1313
with:
1414
fetch-depth: 0
15-
- uses: peter-evans/rebase@v3
1615
- name: lint_check
1716
shell: bash
1817
run: |

.github/workflows/lint-markdown-links-daily.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12-
- uses: peter-evans/rebase@v3
1312
- uses: gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec
1413
with:
1514
use-quiet-mode: 'yes'

.github/workflows/lint-markdown-links-pr.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v4
9-
- uses: peter-evans/rebase@v3
109
- uses: gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec
1110
with:
1211
use-quiet-mode: 'yes'

.github/workflows/pull-integration-cluster-k3d.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
comment_on_pr: false
2222
- uses: actions/checkout@v4
23-
- uses: ./.github/actions/rebase # Would it work?
23+
# - uses: ./.github/actions/rebase # Would it work?
2424
- name: Create Single Cluster
2525
uses: AbsaOSS/k3d-action@4e8b3239042be1dc0aed6c5eb80c13b18200fc79 #v2.4.0
2626
with:

.github/workflows/pull-integration-namespace-k3d.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
comment_on_pr: false
2222
- uses: actions/checkout@v4
23-
- uses: ./.github/actions/rebase # Would it work?
23+
# - uses: ./.github/actions/rebase # Would it work?
2424
- name: Create Single Cluster
2525
uses: AbsaOSS/k3d-action@4e8b3239042be1dc0aed6c5eb80c13b18200fc79 #v2.4.0
2626
with:

.github/workflows/pull-kyma-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
comment_on_pr: false
2323
- uses: actions/checkout@v4
24-
- uses: ./.github/actions/rebase # Would it work?
24+
# - uses: ./.github/actions/rebase # Would it work?
2525
- name: Install k3d
2626
env:
2727
K3D_URL: https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh

.github/workflows/pull-lighthouse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
comment_on_pr: false
2121
- uses: actions/checkout@v4
22-
- uses: ./.github/actions/rebase # Would it work?
22+
# - uses: ./.github/actions/rebase # Would it work?
2323
- name: Create Single Cluster
2424
uses: AbsaOSS/k3d-action@4e8b3239042be1dc0aed6c5eb80c13b18200fc79 #v2.4.0
2525
with:

.github/workflows/pull-smoke-test-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
comment_on_pr: false
2323
- uses: actions/checkout@v4
24-
- uses: ./.github/actions/rebase # Would it work?
24+
# - uses: ./.github/actions/rebase # Would it work?
2525
- name: Install k3d
2626
env:
2727
K3D_URL: https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh

0 commit comments

Comments
 (0)