[ci] Check for full repository name in actions (#7038)

This allows forks of allwpilib owned by wpilibsuite to exist without patching the workflows.
This commit is contained in:
Ryan Blue
2024-09-07 13:53:23 -04:00
committed by GitHub
parent 46e64e2dcb
commit 2aef60d49c
3 changed files with 15 additions and 14 deletions

View File

@@ -15,6 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Comment on PR
if: github.repository == 'wpilibsuite/allwpilib'
uses: actions/github-script@v7
with:
script: |