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

Commit

Permalink
ci: weekly test
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Aug 24, 2023
1 parent 719bf08 commit 5cfd3e0
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 5cfd3e0

Please sign in to comment.