Skip to content

Commit

Permalink
Update promote.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Hiram Chirino <hiram@hiramchirino.com>

Signed-off-by: Hiram Chirino <hiram@hiramchirino.com>
  • Loading branch information
chirino authored Mar 19, 2024
1 parent c36b43b commit 4da151e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:

jobs:
run-qa-dev:
if: github.event.inputs.skip_qa_dev != true
if: github.event.inputs.skip_qa_dev != 'true'

# Dispatch the qa-dev workflow to validate main prior to promotion
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4da151e

Please sign in to comment.