We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 486b99c commit e394485Copy full SHA for e394485
.github/workflows/docker.yml
@@ -8,6 +8,7 @@ on:
8
jobs:
9
build-and-push:
10
runs-on: ubuntu-latest
11
+ if: github.repository == 'Alexays/Waybar'
12
strategy:
13
fail-fast: false # don't fail the other jobs if one of the images fails to build
14
matrix:
.github/workflows/nix-update-flake-lock.yml
@@ -9,6 +9,7 @@ on:
lockfile:
steps:
- name: Checkout repository
15
uses: actions/checkout@v4
0 commit comments