Skip to content

Update ubuntu:22.04 Docker digest to a6d2b38 - autoclosed #86

Update ubuntu:22.04 Docker digest to a6d2b38 - autoclosed

Update ubuntu:22.04 Docker digest to a6d2b38 - autoclosed #86

Workflow file for this run

name: Pull Request
on:
pull_request:
jobs:
modified_rocks:
uses: ./.github/workflows/modified_rocks.yaml
build-and-publish:
needs: modified_rocks
uses: ./.github/workflows/build_publish.yaml
with:
rocks: ${{ needs.modified_rocks.outputs.rocks }}
publish: false
branch: ${{ github.ref }}