Skip to content

Commit 12802ab

Browse files
author
Mateusz Czeladka
committed
chore: update GitHub workflow configurations
1 parent e036e44 commit 12802ab

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v3
13-
- name: Free Diskspace
14-
uses: ./.github/actions/free_disk_space
13+
# - name: Free Diskspace
14+
# uses: ./.github/actions/free_disk_space
1515
- name: Login to Docker Hub
1616
uses: docker/login-action@v3
1717
with:

.github/workflows/prerelease.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v3
14-
- name: Free Diskspace
15-
uses: ./.github/actions/free_disk_space
14+
# - name: Free Diskspace
15+
# uses: ./.github/actions/free_disk_space
1616
- name: Login to Docker Hub
1717
uses: docker/login-action@v3
1818
with:

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v3
14-
- name: Free Diskspace
15-
uses: ./.github/actions/free_disk_space
14+
# - name: Free Diskspace
15+
# uses: ./.github/actions/free_disk_space
1616
- name: Login to Docker Hub
1717
uses: docker/login-action@v3
1818
with:

0 commit comments

Comments
 (0)