chore(deps): update docker.io/opensuse/tumbleweed:latest docker digest to a00e9bf #15
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: pr | |
on: | |
pull_request: | |
paths-ignore: | |
- renovate.json | |
- README.md | |
- LICENSE | |
jobs: | |
ci: | |
if: ${{ github.event.pull_request.base.repo.node_id != github.event.pull_request.head.repo.node_id }} | |
uses: ./.github/workflows/common.yml | |
with: | |
push: false |