Fixed docker-slim.yml issue

This commit is contained in:
George 2024-06-19 15:01:27 -03:00 committed by GitHub
parent 0ac9e447ca
commit b723e7d917
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ on:
jobs: jobs:
build: build:
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#running-a-workflow-based-on-the-conclusion-of-another-workflow # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#running-a-workflow-based-on-the-conclusion-of-another-workflow
if: ${{ github.event.workflow_run.conclusion == 'success' and github.repository_owner == 'alshedivat' }} if: ${{ github.event.workflow_run.conclusion == 'success' && github.repository_owner == 'alshedivat' }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
defaults: defaults:
run: run: