Skip to content

Commit

Permalink
Update .github/workflows/openqa.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Tina Müller (tinita) <[email protected]>
  • Loading branch information
josegomezr and perlpunk authored Dec 15, 2023
1 parent 81ee6fd commit 071cce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openqa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Trigger and monitor openQA test
id: openqa_schedule
run: |
if [[ "x$OPENQA_API_KEY" == 'x' && "x$OPENQA_API_SECRET" == 'x' ]]; then
if [[ -z "$OPENQA_API_KEY" && -z "$OPENQA_API_SECRET" ]]; then
echo "Skipping OpenQA Schedule step: No API Keys configured."
echo "Configure OPENQA_API_KEY & OPENQA_API_SECRET secrets"
exit 0
Expand Down

0 comments on commit 071cce2

Please sign in to comment.