Skip to content

Bump actions/cache from 3.3.1 to 3.3.2 #19

Bump actions/cache from 3.3.1 to 3.3.2

Bump actions/cache from 3.3.1 to 3.3.2 #19

Workflow file for this run

# A workflow to prevent PRs from being submitted through the GitHub UI.
name: Do Not Submit
on:
pull_request:
branches: [main]
jobs:
do-not-submit:
name: Gerrit reviewed
runs-on: ubuntu-latest
steps:
- run: |
echo "Do not submit this PR through github - this repo uses Gerrit for reviews."
exit 1