fix: workflow if statement

This commit is contained in:
Guz
2024-06-03 18:40:59 +00:00
committed by GitHub
parent c1611e9427
commit 7d4fef801b

View File

@@ -15,7 +15,7 @@ on:
jobs:
lint:
name: Lint
if: ${{ github.repository == 'dot013/.www-new' }}
if: ${{ github.repository == 'dot013/.www' }}
runs-on: ubuntu-latest
steps:
- name: Checkout