Removing the docker cleaning from the steps (#12637)

* Removing the docker cleaning from the steps

* Updating the wait on action to check if that is an issue

* Reverting the action version
This commit is contained in:
Anuj359 2023-07-28 18:31:59 +05:30 committed by GitHub
parent fe3766e106
commit e0d293a801
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 1 additions and 6 deletions

View File

@ -50,7 +50,6 @@ jobs:
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true
- name: Wait for the labeler
uses: lewagon/wait-on-check-action@0179dfc359f90a703c41240506f998ee1603f9ea #v1.0.0

View File

@ -50,7 +50,6 @@ jobs:
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true
- name: Wait for the labeler
uses: lewagon/wait-on-check-action@0179dfc359f90a703c41240506f998ee1603f9ea #v1.0.0

View File

@ -38,10 +38,9 @@ jobs:
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true
- name: Wait for the labeler
uses: lewagon/wait-on-check-action@0179dfc359f90a703c41240506f998ee1603f9ea #v1.0.0
uses: lewagon/wait-on-check-action@0179dfc359f90a703c41240506f998ee1603f9ea #v1.0.0
if: ${{ github.event_name == 'pull_request_target' }}
with:
ref: ${{ github.event.pull_request.head.sha }}

View File

@ -66,7 +66,6 @@ jobs:
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true
- name: Wait for the labeler
uses: lewagon/wait-on-check-action@0179dfc359f90a703c41240506f998ee1603f9ea #v1.0.0

View File

@ -43,7 +43,6 @@ jobs:
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true
- uses: actions/checkout@v3