diff options
| author | Baptiste Mispelon <bmispelon@gmail.com> | 2025-07-19 13:31:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-19 13:31:39 +0200 |
| commit | 9c2e5a7e8fa888f8a5a544583efd2efe70b56655 (patch) | |
| tree | e1afe5e3b18d65fc811689cb096c0cd903fecb36 /.github | |
| parent | d4bfa6d9be8c98a0782d7d1a7962f5c18bc97dc9 (diff) | |
Skipped test building of docker image on push (#1833)
The image will actually get built (and published) anyway.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/docker-test-build.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/docker-test-build.yml b/.github/workflows/docker-test-build.yml index d50a3459..57f9634b 100644 --- a/.github/workflows/docker-test-build.yml +++ b/.github/workflows/docker-test-build.yml @@ -2,9 +2,6 @@ name: Docker test build on: pull_request: - push: - branches: - - main concurrency: group: ${{ github.workflow }}-${{ github.ref }} |
