Run the Docker CI checks unconditionally instead of only when we see changes. (#10808)
The list of files to indicate changes was woefully incomplete, and we want this to be a required check anyway, so we have to run it unconditionally.
Austin S. Hemmelgarn committed
Mar 18, 2021 at 13:58 UTC
d32b9f594c6a5aceb4a45a38e662ddb06e8e2464
1 file changed
-8
.github/workflows/docker.yml
-8
@@ -4,15 +4,7 @@ on:
4
push:
5
branches:
6
- master
7
- paths:
8
- - '.github/workflows/docker.yml'
9
- - 'netdata-installer.sh'
10
- - 'packaging/**'
7
pull_request:
12
- paths:
13
- - '.github/workflows/docker.yml'
14
- - 'netdata-installer.sh'
15
- - 'packaging/**'
8
workflow_dispatch:
9
inputs:
10
version: