mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-04 09:11:39 +00:00
Only run PR validation from base repository
This commit is contained in:
parent
188dbc66ba
commit
63b8d1461c
2
.github/workflows/pr-validation.yml
vendored
2
.github/workflows/pr-validation.yml
vendored
@ -5,6 +5,8 @@ on:
|
||||
|
||||
jobs:
|
||||
task-check:
|
||||
# Only run from the base repository
|
||||
if: github.event.repository.name == 'emilybache/GildedRose-Refactoring-Kata'
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
issues: write
|
||||
|
||||
Loading…
Reference in New Issue
Block a user