Skip to content

Commit

Permalink
Merge pull request #408 from creative-commoners/pulls/5/dispatch
Browse files Browse the repository at this point in the history
MNT Fix dispatch-ci
  • Loading branch information
GuySartorelli authored Jul 5, 2023
2 parents 228dea1 + 6b68417 commit ca4bdbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dispatch-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
jobs:
dispatch-ci:
name: Dispatch CI
# Only run cron on the silverstripe account
if: (github.event_name == 'schedule' && github.repository_owner == 'silverstripe') || (github.event_name != 'schedule')
# Only run cron on the symbiote account
if: (github.event_name == 'schedule' && github.repository_owner == 'symbiote') || (github.event_name != 'schedule')
runs-on: ubuntu-latest
steps:
- name: Dispatch CI
Expand Down

0 comments on commit ca4bdbe

Please sign in to comment.