Skip to content

Commit

Permalink
Fixed docker-slim.yml issue
Browse files Browse the repository at this point in the history
  • Loading branch information
george-gca authored and Suraj-Bhor committed Aug 13, 2024
1 parent b7deeb7 commit f69c7a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-slim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
build:
# 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
defaults:
run:
Expand Down

0 comments on commit f69c7a3

Please sign in to comment.