summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2021-03-18 13:58:55 -0400
committerGitHub <noreply@github.com>2021-03-18 13:58:55 -0400
commitd32b9f594c6a5aceb4a45a38e662ddb06e8e2464 (patch)
tree861e90501ec937f7fdfec2b9b7365570bf61ea11 /.github
parentbbc3eff58eb471164e824976901a2924853ac7d0 (diff)
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.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docker.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index 289436a8e7..a5648d2a93 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -4,15 +4,7 @@ on:
push:
branches:
- master
- paths:
- - '.github/workflows/docker.yml'
- - 'netdata-installer.sh'
- - 'packaging/**'
pull_request:
- paths:
- - '.github/workflows/docker.yml'
- - 'netdata-installer.sh'
- - 'packaging/**'
workflow_dispatch:
inputs:
version: