mirror of
https://github.com/bitnami/minideb.git
synced 2026-06-04 10:13:55 +08:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user