Skip to content

Commit afef1b6

Browse files
committed
#499 CI docker not running
1 parent 3207c75 commit afef1b6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
1515
push_to_registry:
1616
name: Push Docker image to Docker Hub
17-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
17+
if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Check out the repo

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
on: [push, workflow_dispatch]
22

3-
name: Lint & test
4-
53
jobs:
64
check:
75
name: Check

0 commit comments

Comments
 (0)