diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index d039844a8a..2d5d35561b 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -8,7 +8,7 @@ on: - 'docs/**' pull_request: branches: - - '*' + - '**' paths-ignore: - 'docs/**' @@ -39,7 +39,7 @@ jobs: - name: Building [${{ matrix.check }}] uses: addnab/docker-run-action@v3 with: - image: px4io/px4-dev-nuttx-focal:2022-08-12 + image: px4io/px4-dev:v1.16.0-rc1-258-g0369abd556 options: -v ${{ github.workspace }}:/workspace run: | cd /workspace