Skip to content

Commit 556c095

Browse files
committed
#499 disable check for docker builds
1 parent ecca92a commit 556c095

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ on:
1414
jobs:
1515
push_to_registry:
1616
name: Push Docker image to Docker Hub
17-
if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
17+
# See https://github.com/atomicdata-dev/atomic-data-rust/issues/499
18+
# if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
1819
runs-on: ubuntu-latest
1920
steps:
2021
- name: Check out the repo

0 commit comments

Comments
 (0)