Skip to content

Commit

Permalink
🌱 Action PR Checks / Verify PR contents does not require checkout (#1219
Browse files Browse the repository at this point in the history
)

The `konveyor/release-tools/cmd/verify-pr` action does not require a
source checkout to run. Just skip the step.

Signed-off-by: Scott J Dickerson <sdickers@redhat.com>
  • Loading branch information
sjd78 committed Jul 28, 2023
1 parent dde1712 commit 55cff2f
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ jobs:
runs-on: ubuntu-latest
name: Verify PR contents
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Check Title
id: verifier
uses: konveyor/release-tools/cmd/verify-pr@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Check Title
id: verifier
uses: konveyor/release-tools/cmd/verify-pr@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 55cff2f

Please sign in to comment.