Skip to content

Commit

Permalink
chore: fixed conditional step execution
Browse files Browse the repository at this point in the history
  • Loading branch information
krishna2020 committed Sep 20, 2023
1 parent 665ee94 commit cb05fc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pr-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- synchronize

env:
type: ut
type:


jobs:
Expand Down Expand Up @@ -83,4 +83,4 @@ jobs:
- name: test step two
if: ${{ env.type }} == 'dt'
run: |
echo "test echo two"
echo "test echo two"

0 comments on commit cb05fc3

Please sign in to comment.