We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecca92a commit 556c095Copy full SHA for 556c095
.github/workflows/docker.yml
@@ -14,7 +14,8 @@ on:
14
jobs:
15
push_to_registry:
16
name: Push Docker image to Docker Hub
17
- if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
+ # See https://github.com/atomicdata-dev/atomic-data-rust/issues/499
18
+ # if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
19
runs-on: ubuntu-latest
20
steps:
21
- name: Check out the repo
0 commit comments