File tree 2 files changed +22
-16
lines changed 2 files changed +22
-16
lines changed Original file line number Diff line number Diff line change @@ -15879,16 +15879,19 @@ playground_run_command() {
15879
15879
fi
15880
15880
check_for_ec2_instance_running
15881
15881
15882
- if [[ $test_file == *"ccloud"* ] ]
15882
+ if [ -z "$GITHUB_RUN_NUMBER" ]
15883
15883
then
15884
- if [ -f /tmp/ccloud-costs-history.txt ]
15885
- then
15886
- log "📅💰 monthly ccloud costs"
15887
- cat /tmp/ccloud-costs-history.txt
15888
- fi
15889
- if [ -f /tmp/ccloud-costs-history-detailed.txt ]
15884
+ if [[ $test_file == *"ccloud"* ]]
15890
15885
then
15891
- log "👀 if you want more details, open /tmp/ccloud-costs-history-detailed.txt file"
15886
+ if [ -f /tmp/ccloud-costs-history.txt ]
15887
+ then
15888
+ log "📅💰 monthly ccloud costs"
15889
+ cat /tmp/ccloud-costs-history.txt
15890
+ fi
15891
+ if [ -f /tmp/ccloud-costs-history-detailed.txt ]
15892
+ then
15893
+ log "👀 if you want more details, open /tmp/ccloud-costs-history-detailed.txt file"
15894
+ fi
15892
15895
fi
15893
15896
fi
15894
15897
Original file line number Diff line number Diff line change @@ -1587,16 +1587,19 @@ else
1587
1587
fi
1588
1588
check_for_ec2_instance_running
1589
1589
1590
- if [[ $test_file == * " ccloud " * ] ]
1590
+ if [ -z " $GITHUB_RUN_NUMBER " ]
1591
1591
then
1592
- if [ -f /tmp/ccloud-costs-history.txt ]
1593
- then
1594
- log " 📅💰 monthly ccloud costs"
1595
- cat /tmp/ccloud-costs-history.txt
1596
- fi
1597
- if [ -f /tmp/ccloud-costs-history-detailed.txt ]
1592
+ if [[ $test_file == * " ccloud" * ]]
1598
1593
then
1599
- log " 👀 if you want more details, open /tmp/ccloud-costs-history-detailed.txt file"
1594
+ if [ -f /tmp/ccloud-costs-history.txt ]
1595
+ then
1596
+ log " 📅💰 monthly ccloud costs"
1597
+ cat /tmp/ccloud-costs-history.txt
1598
+ fi
1599
+ if [ -f /tmp/ccloud-costs-history-detailed.txt ]
1600
+ then
1601
+ log " 👀 if you want more details, open /tmp/ccloud-costs-history-detailed.txt file"
1602
+ fi
1600
1603
fi
1601
1604
fi
1602
1605
You can’t perform that action at this time.
0 commit comments