We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78be726 + 3c380e8 commit c99c4dcCopy full SHA for c99c4dc
.github/workflows/nightly-unstable-package.yaml
@@ -6,13 +6,5 @@ on:
6
workflow_dispatch: # Allow manual triggering
7
8
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 }}
+ call-unstable-build:
+ uses: redis/redis-debian/.github/workflows/apt.yml@unstable
0 commit comments