Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 0 additions & 38 deletions .dockerignore

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
docs: ${{ steps.filter.outputs.docs }}
cpp_tools: ${{ steps.filter.outputs.cpp_tools }}
rust_release_check: ${{ steps.filter.outputs.rust_release_check }}
docker: ${{ steps.filter.outputs.docker }}
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4.0.2
Expand Down Expand Up @@ -90,10 +89,6 @@ jobs:
- .gitmodules
- .github/workflows/ci.yml
- .github/workflows/cpp-tools.yml
docker:
- docker/**
- .github/workflows/ci.yml
- .github/workflows/docker-images.yml
rust_release_check:
- client-sdk-rust

Expand All @@ -104,19 +99,6 @@ jobs:
uses: ./.github/workflows/builds.yml
secrets: inherit

docker-images:
name: Docker Images
needs: changes
if: ${{ (github.event_name == 'pull_request' && needs.changes.outputs.docker == 'true') || (github.event_name == 'push' && github.ref == 'refs/heads/main' && needs.changes.outputs.docker == 'true') || github.event_name == 'workflow_dispatch' }}
permissions:
contents: read
actions: read
packages: write
uses: ./.github/workflows/docker-images.yml
with:
push_images: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
secrets: inherit

tests:
name: Tests
needs: changes
Expand Down Expand Up @@ -165,7 +147,6 @@ jobs:
needs:
- changes
- builds
- docker-images
- tests
- license-check
- cpp-tools
Expand Down
Loading
Loading