diff --git a/.github/workflows/ci-pr-target.yaml b/.github/workflows/ci-pr-target.yaml new file mode 100644 index 000000000..ba1771999 --- /dev/null +++ b/.github/workflows/ci-pr-target.yaml @@ -0,0 +1,14 @@ +# This workflow supports jobs which needs the on.pull_request_target event +# instead of the usual on.pull_request event. +name: Pkg coverage +run-name: Pkg coverage for ${{ github.ref }} + +on: + pull_request_target: + branches: + - "ubuntu-*" + +jobs: + pkg-deps: + name: Package dependencies + uses: rebornplusplus/chisel-releases/.github/workflows/pkg-deps.yaml@main