2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-20 20:00:40 +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: on:
pull_request: pull_request:
@@ -6,6 +6,7 @@ on:
jobs: jobs:
check-dist: check-dist:
if: github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions: permissions:
pull-requests: write pull-requests: write