Skip to content

Commit

Permalink
Merge pull request #3651 from khaneliman/github
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexays authored Sep 28, 2024
2 parents 486b99c + e394485 commit 6322fa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
build-and-push:
runs-on: ubuntu-latest
if: github.repository == 'Alexays/Waybar'
strategy:
fail-fast: false # don't fail the other jobs if one of the images fails to build
matrix:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nix-update-flake-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
lockfile:
runs-on: ubuntu-latest
if: github.repository == 'Alexays/Waybar'
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 6322fa2

Please sign in to comment.