Skip to content

Commit

Permalink
Rename var to UBICLOUD_DAILY_REC_BULKTEST
Browse files Browse the repository at this point in the history
  • Loading branch information
omoerbeek committed Jan 10, 2025
1 parent 8a4e949 commit e68a027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/misc-dailies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
run: for i in `cat /tmp/proxpi.log`; do grep -qq -i $i ${{ matrix.requirements-file }} || ( echo "$i not found" && exit 1 ); done

run-rec-bulk-test-on-ubicloud:
if: ${{ vars.REC_BULKTEST_USE_UBICLOUD == '1' }}
if: ${{ vars.UBICLOUD_DAILY_REC_BULKTEST == '1' }}
name: Run Recursor (master) Bulk Test On Ubicloud
runs-on: ubicloud-standard-8-ubuntu-2404
strategy:
Expand Down

0 comments on commit e68a027

Please sign in to comment.