Skip to content

Commit

Permalink
Only run scheduled jobs on bitnami/minideb repo
Browse files Browse the repository at this point in the history
Most repository forks won't want to run builds on a schedule, so only
run the scheduled builds on the main `bitnami/minideb` repo.
  • Loading branch information
John Kristensen committed Jun 13, 2023
1 parent 51ac5ee commit fa49b32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fa49b32

Please sign in to comment.