Skip to content

Commit 526854a

Browse files
authored
Merge pull request #3 from valeria-raif/RED-158291-unstable
Remove scheduler and specify checkout
2 parents 15d800a + eefc83e commit 526854a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pre-merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ on:
33
pull_request:
44
branches:
55
- unstable
6-
schedule:
7-
- cron: '0 1 * * *'
86

97
jobs:
108
build-and-test:
@@ -38,6 +36,8 @@ jobs:
3836
steps:
3937
- name: Checkout code
4038
uses: actions/checkout@v4
39+
with:
40+
ref: unstable
4141
- uses: ./.github/actions/build-and-tag-locally
4242
with:
4343
distribution: ${{ matrix.distribution }}

0 commit comments

Comments
 (0)