mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Testing excluding docker builds if not specific ref is selected
This commit is contained in:
parent
89476e4479
commit
42064df3e0
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…
x
Reference in New Issue
Block a user