Skip to content

Commit fd8e590

Browse files
authored
RED-160142 Fix unstable workflow reference (#460)
1 parent 9900929 commit fd8e590

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/nightly-unstable-package.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@ on:
77

88
jobs:
99
build-and-test-unstable:
10-
uses: ./.github/workflows/pre-merge.yml@unstable
11-
with:
12-
ref: 'unstable'
10+
uses: redis/docker-library-redis/.github/workflows/pre-merge.yml@unstable
11+

0 commit comments

Comments
 (0)