diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index d94181559..6d86b442a 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: args: - ${{ contains(github.event_name, 'workflow_dispatch') || github.ref == 'refs/heads/main' ? ['linux/amd64', 'linux/arm64']: [ 'linux/amd64' ] } } + [ 'linux/amd64' ] steps: - uses: actions/checkout@v4