diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1bd6aafb..bc3d29ee 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -61,7 +61,7 @@ jobs: path: build deploy: - needs: package + needs: build runs-on: ubuntu-latest # TODO: testing in PR # if: github.ref == 'refs/heads/master' @@ -109,7 +109,7 @@ jobs: docker push grafana/carbon-relay-ng:$tag github_binaries: - needs: deploy + needs: test runs-on: ubuntu-latest steps: - name: Checkout code