Skip to content

Commit

Permalink
ci: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
madadam committed Oct 21, 2024
1 parent 2bfb8fd commit 230a3f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ concurrency:
jobs:
# Build job
build:
if: github.repository == "equalitie/ouisync" # Only run this in the main repo
# Only run this in the main repo
if: github.repository == 'equalitie/ouisync'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 230a3f1

Please sign in to comment.