Skip to content

Commit

Permalink
2024-06-12 10:52 - updates ci:debug
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Jun 12, 2024
1 parent db52bf3 commit 42246da
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,6 @@ jobs:
echo "version=$version" >> $GITHUB_OUTPUT
echo "branch=$branch" >> $GITHUB_OUTPUT
- id: image_updated
name: Check if image exists and updated
uses: ./.github/actions/image_updated
with:
image: ${{steps.docker_image.outputs.name}}
checksum: ${{steps.docker_image.outputs.checksum}}
username: ${{ secrets.username }}
password: ${{ secrets.password }}

build:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
uses: ./.github/workflows/_build.yml
Expand Down

0 comments on commit 42246da

Please sign in to comment.