Skip to content

Commit

Permalink
ci: skip deployment dispatch on testing env
Browse files Browse the repository at this point in the history
Signed-off-by: Fery Wardiyanto <[email protected]>
  • Loading branch information
feryardiant committed Feb 28, 2024
1 parent 9ac9b79 commit 0b0a928
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ concurrency:
jobs:
prepare:
name: Prepare
if: ${{ github.event_name == 'workflow_dispatch' && inputs.target != 'testing' }}
# uses: creasico/laravel-project/.github/workflows/prepare.yml@main
uses: ./.github/workflows/prepare.yml
secrets: inherit
Expand Down

0 comments on commit 0b0a928

Please sign in to comment.