Skip to content

Commit

Permalink
Use main branch for scheduled release rebuild (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianpittwood authored Aug 18, 2023
1 parent 091a5c3 commit 9bcc070
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,14 @@ jobs:
- {os: 'ubuntu2204', r-primary: "4.2.3", r-alternate: "4.1.3", py-primary: "3.9.17", py-alternate: "3.8.17"}

steps:
- name: Check Out Repo - cron main
if: github.event.schedule == '0 12 * * 1'
uses: actions/checkout@v3
with:
ref: main

- name: Check Out Repo
if: github.event.schedule != '0 12 * * 1'
uses: actions/checkout@v3

- name: Set up Just
Expand Down Expand Up @@ -126,7 +133,14 @@ jobs:
cancel-in-progress: true

steps:
- name: Check Out Repo - cron main
if: github.event.schedule == '0 12 * * 1'
uses: actions/checkout@v3
with:
ref: main

- name: Check Out Repo
if: github.event.schedule != '0 12 * * 1'
uses: actions/checkout@v3

- name: Set up Just
Expand Down Expand Up @@ -228,7 +242,14 @@ jobs:
cancel-in-progress: true

steps:
- name: Check Out Repo - cron main
if: github.event.schedule == '0 12 * * 1'
uses: actions/checkout@v3
with:
ref: main

- name: Check Out Repo
if: github.event.schedule != '0 12 * * 1'
uses: actions/checkout@v3

- name: Set up Just
Expand Down Expand Up @@ -329,7 +350,14 @@ jobs:
cancel-in-progress: true

steps:
- name: Check Out Repo - cron main
if: github.event.schedule == '0 12 * * 1'
uses: actions/checkout@v3
with:
ref: main

- name: Check Out Repo
if: github.event.schedule != '0 12 * * 1'
uses: actions/checkout@v3

- name: Set up Just
Expand Down

0 comments on commit 9bcc070

Please sign in to comment.