Skip to content

Commit

Permalink
fix: typo on publish protections
Browse files Browse the repository at this point in the history
  • Loading branch information
duttonw committed Nov 25, 2024
1 parent eef6535 commit 531465a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ on:

jobs:
lint:
if: github.repository == 'areebbeigh/profanityfilters'
if: github.repository == 'areebbeigh/profanityfilter'
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
if: always()

publishSkipped:
if: github.repository != 'areebbeigh/profanityfilters'
if: github.repository != 'areebbeigh/profanityfilter'
runs-on: ubuntu-latest
steps:
- run: |
Expand Down

0 comments on commit 531465a

Please sign in to comment.