Skip to content

Commit

Permalink
Added minor change to the GitHub Actions Workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
divineniiquaye committed Dec 3, 2022
1 parent 8825471 commit 1023369
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
name: Publishing Commits
#needs: tests
if: github.event_name != 'pull_request'
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- name: Setup PHP
Expand All @@ -105,4 +105,4 @@ jobs:
cd tools/monorepo
composer install
cd ../../
php tools/monorepo/bin/console.php -v
php tools/monorepo/bin/monorepo -v

0 comments on commit 1023369

Please sign in to comment.