2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00

chore(ci): run PR guard action only for forks; (#6892)

This commit is contained in:
Dmitriy Mozgovoy
2025-04-26 19:10:21 +03:00
committed by GitHub
parent 63f1fce233
commit b998b7d6c7
+2 -1
View File
@@ -1,4 +1,4 @@
name: "PR files guard"
name: "PR guard"
on:
pull_request:
@@ -6,6 +6,7 @@ on:
jobs:
check-dist:
if: github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-latest
permissions:
pull-requests: write