Skip to content

Commit 3b265c7

Browse files
authored
release: 1.1.7 (#244)
2 parents e4e5f99 + 7c6c859 commit 3b265c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
fi
110110
111111
- name: run file beats
112-
if: env.status == 'running'
112+
if: env.status == 'stopped'
113113
run: |
114114
docker build -t filebeat-gitanimals:latest ./deploy/filebeat
115115
docker run -d --name filebeat -v logs:/logs -t filebeat-gitanimals:latest

0 commit comments

Comments
 (0)