Skip to content

Commit

Permalink
Update build_and_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jbigot authored Jan 22, 2025
1 parent 3152936 commit 480767f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
id: version
run: |
set -x
echo "github.event.schedule == '27 2 * * *' ?"
echo "${{github.event.schedule}} == '27 2 * * *' ?"
echo "${{github.event.schedule == '27 2 * * *'}}"
if grep '^Version: *main' pdi/pdi.spec
then echo "pdi_prefix=pdi-main." >> $GITHUB_OUTPUT
else echo "pdi_prefix=" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 480767f

Please sign in to comment.