Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #92 from casperdcl/cron
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl authored Aug 25, 2023
2 parents bae6823 + 5cfd3e0 commit 8a9466e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: CI
on:
push: {branches: [main]}
pull_request_target:
schedule: [{cron: '0 11 * * 7'}] # M H d m w (Sun 11:00)
jobs:
setup:
environment: ${{ github.event_name == 'pull_request_target' && !contains('OWNER,MEMBER,COLLABORATOR', github.event.pull_request.author_association) && 'external' || 'internal' }}
Expand Down

0 comments on commit 8a9466e

Please sign in to comment.