Skip to content

Commit c99c4dc

Browse files
authored
Merge pull request #46 from redis/fix_nightly_unstable_ref
Revert trigger back to workflow call
2 parents 78be726 + 3c380e8 commit c99c4dc

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

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

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,5 @@ on:
66
workflow_dispatch: # Allow manual triggering
77

88
jobs:
9-
trigger-unstable-build:
10-
# avoid running in forks
11-
if: github.repository == 'redis/redis-debian'
12-
runs-on: ubuntu-latest
13-
steps:
14-
- name: Trigger apt.yml workflow on unstable branch
15-
run: |
16-
gh workflow run apt.yml --ref unstable
17-
env:
18-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9+
call-unstable-build:
10+
uses: redis/redis-debian/.github/workflows/apt.yml@unstable

0 commit comments

Comments
 (0)