1
0
mirror of https://github.com/juanfont/headscale.git synced 2025-10-05 11:19:03 +02:00

chore: configure some actions to be skipped for forks

This commit is contained in:
vdovhanych 2024-07-11 10:14:54 +02:00
parent 757defa2f2
commit 70604f683f
No known key found for this signature in database
GPG Key ID: 31CBC36085A12D92
4 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,7 @@ on:
jobs: jobs:
build: build:
if: github.repository == 'juanfont/headscale'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:

View File

@ -9,6 +9,7 @@ on:
jobs: jobs:
goreleaser: goreleaser:
if: github.repository == 'juanfont/headscale'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout

View File

@ -6,6 +6,7 @@ on:
jobs: jobs:
close-issues: close-issues:
if: github.repository == 'juanfont/headscale'
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions: permissions:
issues: write issues: write

View File

@ -6,6 +6,7 @@ on:
jobs: jobs:
lockfile: lockfile:
if: github.repository == 'juanfont/headscale'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout repository - name: Checkout repository