Only run scheduled jobs on bitnami/minideb repo (#148)

Most repository forks won't want to run builds on a schedule, so only
run the scheduled builds on the main `bitnami/minideb` repo.

Signed-off-by: John Kristensen <john@jerrykan.com>
This commit is contained in:
John Kristensen
2025-01-22 04:33:43 +11:00
committed by GitHub
parent d7024896e0
commit f9602b9e31
+1
View File
@@ -23,6 +23,7 @@ jobs:
shellcheck:
# The type of runner that the job will run on
runs-on: ubuntu-22.04
if: github.event_name != 'schedule' || github.repository == 'bitnami/minideb'
name: Shellcheck
# Steps represent a sequence of tasks that will be executed as part of the job
steps: