Skip to content

Commit

Permalink
Merge pull request #518 from nextcloud/cron_job_for_release_branch_ni…
Browse files Browse the repository at this point in the history
…ghtly

Scheduled trigger for the release/2.4 branch
  • Loading branch information
individual-it authored Nov 9, 2023
2 parents e81320b + 913950b commit 9f50ae5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- 'master'
pull_request:
schedule:
- cron: '0 22 * * *' # run at 10 PM UTC
- cron: '0 22 * * *' # run at 10 PM UTC

name: CI

Expand All @@ -30,6 +30,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.event_name == 'schedule' && 'release/2.4' || 'master' }}

- name: Setup PHP ${{ matrix.phpVersion }}
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 9f50ae5

Please sign in to comment.