Compare commits

...

2 commits

Author SHA1 Message Date
Vitalij Dovhanyc
a35b00f9a2
Merge 0058a90ae9 into edf9e25001 2024-11-22 14:08:31 +01:00
vdovhanych
0058a90ae9
chore: configure some actions to be skipped for forks 2024-07-11 10:14:54 +02:00
5 changed files with 6 additions and 0 deletions

View file

@ -13,6 +13,7 @@ permissions:
jobs:
build:
if: github.repository == 'juanfont/headscale'
runs-on: ubuntu-latest
steps:
- name: Checkout repository
@ -36,6 +37,7 @@ jobs:
path: ./site
deploy:
if: github.repository == 'juanfont/headscale'
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

View file

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

View file

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

View file

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

View file

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