fix(cicd): Test fix #2

This commit is contained in:
ItsIgnacioPortal 2026-04-13 22:35:09 -03:00
parent 4bf646c1c3
commit 22e7d64e16
No known key found for this signature in database
GPG key ID: 8A401781634614F8

View file

@ -10,7 +10,7 @@ on:
jobs:
updatejob:
if: ${{ env.RUN_UPDATERS }} == '1'
if: ${{ vars.RUN_UPDATERS }} == '1'
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job