Skip to content

Commit

Permalink
Added conditional execution to drive action
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianTrommer committed Oct 23, 2024
1 parent bcac1a7 commit e8db26a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/drive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
env:
AGENT_VERSION: latest
COMPOSE_FILE: ./build/docker-compose.cicd.yaml
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit e8db26a

Please sign in to comment.