Skip to content

Commit

Permalink
Update .github/workflows/openqa.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Martchus <martchus@gmx.net>
  • Loading branch information
josegomezr and Martchus committed Dec 19, 2023
1 parent bc0cf8d commit e7fb8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openqa.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
id: openqa_schedule
run: |
if [[ -z "$OPENQA_API_KEY" && -z "$OPENQA_API_SECRET" ]]; then
echo "Skipping OpenQA Schedule step: No API Keys configured."
echo "Skipping openQA scheduling step: No API Keys configured."
echo "Configure OPENQA_API_KEY & OPENQA_API_SECRET secrets"
exit 0
fi
Expand Down

0 comments on commit e7fb8ac

Please sign in to comment.