Skip to content

Commit e394485

Browse files
committed
.github/workflows: don't run on forks
1 parent 486b99c commit e394485

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/docker.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
jobs:
99
build-and-push:
1010
runs-on: ubuntu-latest
11+
if: github.repository == 'Alexays/Waybar'
1112
strategy:
1213
fail-fast: false # don't fail the other jobs if one of the images fails to build
1314
matrix:

.github/workflows/nix-update-flake-lock.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
jobs:
1010
lockfile:
1111
runs-on: ubuntu-latest
12+
if: github.repository == 'Alexays/Waybar'
1213
steps:
1314
- name: Checkout repository
1415
uses: actions/checkout@v4

0 commit comments

Comments
 (0)