diff --git a/.github/workflows/registry_upload.yml b/.github/workflows/registry_upload.yml index 7ae85714..e419ab23 100644 --- a/.github/workflows/registry_upload.yml +++ b/.github/workflows/registry_upload.yml @@ -13,14 +13,8 @@ env: CPU: "arm64" jobs: - on-failure: - runs-on: ubuntu-latest - if: ${{ github.event.workflow_run.conclusion == 'failure' }} - steps: - - run: echo 'The triggering CI workflow failed' docker-build-and-publish: runs-on: ubuntu-latest - if: ${{ github.event.workflow_run.conclusion == 'success' }} # Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job. permissions: contents: read