mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 06:45:05 +01:00
Testing excluding docker builds if not specific ref is selected
This commit is contained in:
parent
89476e4479
commit
42064df3e0
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docker-publish.yml
vendored
1
.github/workflows/docker-publish.yml
vendored
|
|
@ -87,6 +87,7 @@ jobs:
|
|||
buildx:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [tests, documentation, frontend]
|
||||
if: github.ref == 'refs/heads/github-action-test'
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue