1
0
Fork 0
mirror of https://github.com/imjasonh/gcp-metrics-action synced 2026-07-20 21:09:56 +00:00

Merge pull request #9 from imjasonh/prt

ci: test workflow at PR head
This commit is contained in:
Jason Hall 2025-11-05 20:42:20 -05:00 committed by GitHub
commit 3bbcd823ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,6 +17,9 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
# For pull_request_target, checkout the PR head to test the PR's code
ref: ${{ github.event.pull_request.head.sha || github.sha }}
- uses: ./
with: