feat(cicd): Disabled actions running on forks by default

Fixes #1315
This commit is contained in:
ItsIgnacioPortal
2026-04-10 20:13:09 -03:00
parent f78adb9bf6
commit 40382b33b8
4 changed files with 4 additions and 0 deletions
@@ -8,6 +8,7 @@ on:
jobs:
update-files:
if: env.RUN_UPDATERS == '1'
permissions:
contents: write
runs-on: ubuntu-latest