Skip to content

Commit

Permalink
fix: do not depend on sample for slack message
Browse files Browse the repository at this point in the history
  • Loading branch information
SMillerDev authored Dec 4, 2024
1 parent b241014 commit 0609a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
run: phpstan analyse ApnsPHP -l5

conclusion:
needs: [phpunit, phpcs, phpstan, sample_push]
needs: [phpunit, phpcs, phpstan]
continue-on-error: true
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'move-backend' && github.ref_name == 'master' }}
Expand Down

0 comments on commit 0609a79

Please sign in to comment.