Skip to content

Commit

Permalink
permits temporarily to upload to phar with a broken CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fain182 committed Dec 16, 2023
1 parent 3890f19 commit fd93c47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
run: php ./phparkitect-${{ github.sha }}.phar

publish_phar:
needs: [build, smoke-test-phar]
needs: [build, phar]
runs-on: "ubuntu-20.04"
if: github.event_name == 'release'
steps:
Expand All @@ -142,7 +142,7 @@ jobs:
tag: ${{ github.ref }}

publish_docker_images:
needs: [build, smoke-test-phar]
needs: [build, phar]
runs-on: "ubuntu-20.04"

if: github.ref == 'refs/heads/main' || github.event_name == 'release'
Expand Down

0 comments on commit fd93c47

Please sign in to comment.