Skip to content

Commit

Permalink
Update php.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
markhuot authored Oct 7, 2023
1 parent 7d79759 commit 02d9bc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
lintPint:
name: Run Pint
runs-on: ubuntu-latest
if: github.ref != 'refs/heads/staging' && github.ref != 'refs/heads/main'
# if: github.ref != 'refs/heads/staging' && github.ref != 'refs/heads/main'
needs:
- installPhp
steps:
Expand All @@ -77,7 +77,7 @@ jobs:
lintPhpstan:
name: Run PHPStan
runs-on: ubuntu-latest
if: github.ref != 'refs/heads/staging' && github.ref != 'refs/heads/main'
# if: github.ref != 'refs/heads/staging' && github.ref != 'refs/heads/main'
needs:
- installPhp
steps:
Expand All @@ -96,7 +96,7 @@ jobs:
test:
name: Run Pest
runs-on: ubuntu-latest
if: github.ref != 'refs/heads/staging' && github.ref != 'refs/heads/main'
# if: github.ref != 'refs/heads/staging' && github.ref != 'refs/heads/main'
env:
CRAFT_APP_ID: CraftCMS--f8120b60-e9a7-4d6f-8742-ba92ba9cede7
CRAFT_SECURITY_KEY: kVN4WuWyA4EyrKnm65dkZeHXBDjqlJ_P
Expand Down

0 comments on commit 02d9bc3

Please sign in to comment.